Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / Configuration / ProtocolsConfigurationHandler.cs / 3 / ProtocolsConfigurationHandler.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Configuration {
using System.IO;
using System.Runtime.Serialization.Formatters;
using System.Threading;
using System.Runtime.InteropServices;
using System.ComponentModel;
using System.Collections;
using System.Configuration;
using System.Reflection;
using System.Security;
using System.Security.Permissions;
using System.Globalization;
using System.Web.Hosting;
using System.Web.Security;
using System.Web.Util;
using System.Xml;
//
// Protocols config (machine.config only):
//
/*
...
*/
//
[AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class ProtocolsConfigurationHandler : IConfigurationSectionHandler {
public ProtocolsConfigurationHandler() {
}
public object Create(Object parent, Object configContextObj, XmlNode section) {
// can be called from client config ( default app domain)
Debug.Assert(parent == null, " config is only allowed in machine.config");
return new ProtocolsConfiguration(section);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EdmComplexPropertyAttribute.cs
- XhtmlTextWriter.cs
- ValueSerializerAttribute.cs
- NullableIntAverageAggregationOperator.cs
- HttpRequest.cs
- XmlCDATASection.cs
- OdbcException.cs
- TreeNode.cs
- ContractCodeDomInfo.cs
- SoapExtensionTypeElement.cs
- ScaleTransform.cs
- ElementHost.cs
- SignerInfo.cs
- ExpressionPrefixAttribute.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- HttpCacheParams.cs
- ArrayTypeMismatchException.cs
- WebPartDisplayModeCollection.cs
- TabItemWrapperAutomationPeer.cs
- SoapHeaderAttribute.cs
- XslTransform.cs
- DeviceFiltersSection.cs
- StringSorter.cs
- ConsoleCancelEventArgs.cs
- XmlTextWriter.cs
- DataDocumentXPathNavigator.cs
- AttachmentCollection.cs
- ApplicationProxyInternal.cs
- RemotingAttributes.cs
- HandoffBehavior.cs
- CommandBindingCollection.cs
- Expander.cs
- ProcessingInstructionAction.cs
- ImageFormat.cs
- XmlDocumentType.cs
- PackageStore.cs
- ArrayEditor.cs
- UnhandledExceptionEventArgs.cs
- DecoderNLS.cs
- TemplateApplicationHelper.cs
- AdornerHitTestResult.cs
- ArcSegment.cs
- Journal.cs
- ToolStripDropDownMenu.cs
- FrameworkElement.cs
- GC.cs
- TraceProvider.cs
- OdbcPermission.cs
- ArraySubsetEnumerator.cs
- ScheduleChanges.cs
- DetailsViewRowCollection.cs
- MILUtilities.cs
- PreservationFileReader.cs
- StructuredProperty.cs
- EdmToObjectNamespaceMap.cs
- OutOfProcStateClientManager.cs
- HostSecurityManager.cs
- ChildTable.cs
- GeometryGroup.cs
- COAUTHINFO.cs
- PnrpPeerResolver.cs
- SingleAnimation.cs
- XmlJsonWriter.cs
- WebPartTransformerAttribute.cs
- BitVector32.cs
- returneventsaver.cs
- ConfigurationCollectionAttribute.cs
- wmiprovider.cs
- AccessDataSourceWizardForm.cs
- XmlLinkedNode.cs
- Win32Exception.cs
- EmbeddedObject.cs
- arc.cs
- TagNameToTypeMapper.cs
- WebPartEditorCancelVerb.cs
- SmiMetaData.cs
- InvalidWMPVersionException.cs
- TypeUsageBuilder.cs
- FloaterParagraph.cs
- PenCursorManager.cs
- TimeoutHelper.cs
- MultipleViewProviderWrapper.cs
- ResourceCodeDomSerializer.cs
- RawMouseInputReport.cs
- RequestResizeEvent.cs
- QuaternionAnimation.cs
- SuppressMessageAttribute.cs
- SqlAliasesReferenced.cs
- DataGridViewCellLinkedList.cs
- LowerCaseStringConverter.cs
- XPathSelfQuery.cs
- ConfigXmlCDataSection.cs
- EmissiveMaterial.cs
- MappingItemCollection.cs
- Point4D.cs
- LinqToSqlWrapper.cs
- ProfilePropertyNameValidator.cs
- UrlMappingsSection.cs
- XmlSchemaAttributeGroupRef.cs
- HttpsTransportBindingElement.cs