Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridRelationshipRow.cs
- LocationSectionRecord.cs
- ResourceSet.cs
- JoinElimination.cs
- HashJoinQueryOperatorEnumerator.cs
- TypeBinaryExpression.cs
- WinFormsSecurity.cs
- CollectionChangedEventManager.cs
- FieldDescriptor.cs
- GeometryConverter.cs
- InOutArgument.cs
- CheckBoxList.cs
- MultiTrigger.cs
- KeyTimeConverter.cs
- XmlSerializableReader.cs
- SQLBytes.cs
- AdapterUtil.cs
- SiblingIterators.cs
- InteropAutomationProvider.cs
- SignerInfo.cs
- DesignTimeVisibleAttribute.cs
- FileLevelControlBuilderAttribute.cs
- RequestQueryParser.cs
- ServicePoint.cs
- RegistryExceptionHelper.cs
- PointAnimationClockResource.cs
- TransformerTypeCollection.cs
- DrawingCollection.cs
- ClientBuildManager.cs
- ConnectorEditor.cs
- ProviderManager.cs
- AdornerPresentationContext.cs
- TimelineClockCollection.cs
- SHA1CryptoServiceProvider.cs
- ServiceModelDictionary.cs
- ColorConvertedBitmap.cs
- CdpEqualityComparer.cs
- TracedNativeMethods.cs
- AmbientValueAttribute.cs
- SoapMessage.cs
- _ConnectOverlappedAsyncResult.cs
- BasePropertyDescriptor.cs
- QuaternionConverter.cs
- dataSvcMapFileLoader.cs
- MetadataReference.cs
- MultipleViewPattern.cs
- FormsAuthenticationTicket.cs
- AdRotatorDesigner.cs
- ToolboxDataAttribute.cs
- EventListenerClientSide.cs
- Vector3DCollectionConverter.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- DataGridViewSelectedRowCollection.cs
- DescriptionAttribute.cs
- Calendar.cs
- HMACSHA384.cs
- SchemaSetCompiler.cs
- MainMenu.cs
- DiffuseMaterial.cs
- TransformedBitmap.cs
- GacUtil.cs
- ellipse.cs
- GeneralTransform3DGroup.cs
- TypeSystem.cs
- PreparingEnlistment.cs
- DriveInfo.cs
- SystemIcmpV6Statistics.cs
- TextEditorMouse.cs
- QueryContext.cs
- While.cs
- HttpBufferlessInputStream.cs
- FormViewDeletedEventArgs.cs
- WebPartRestoreVerb.cs
- NodeFunctions.cs
- AppearanceEditorPart.cs
- _Connection.cs
- RectKeyFrameCollection.cs
- QilStrConcat.cs
- ExtendedPropertyDescriptor.cs
- EpmCustomContentDeSerializer.cs
- XmlSignatureProperties.cs
- ZoomPercentageConverter.cs
- FileDialog.cs
- RuleEngine.cs
- RtfToXamlLexer.cs
- DeviceSpecificChoiceCollection.cs
- ParseNumbers.cs
- XmlElementAttribute.cs
- ToolStripLocationCancelEventArgs.cs
- OleDbCommand.cs
- HttpDebugHandler.cs
- WorkerProcess.cs
- ActiveXHelper.cs
- StringFormat.cs
- ErrorHandlingReceiver.cs
- InternalCache.cs
- Converter.cs
- KeysConverter.cs
- ExpandCollapsePattern.cs
- BitmapSourceSafeMILHandle.cs