Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Configuration / ProtocolsConfigurationEntry.cs / 4 / ProtocolsConfigurationEntry.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.Globalization; using System.Web.Hosting; using System.Web.Security; using System.Web.Util; using System.Xml; internal class ProtocolsConfigurationEntry { private String _id; private String _processHandlerTypeName; private Type _processHandlerType; private String _appDomainHandlerTypeName; private Type _appDomainHandlerType; private bool _typesValidated; private String _configFileName; private int _configFileLine; internal ProtocolsConfigurationEntry( String id, String processHandlerType, String appDomainHandlerType, bool validate, String configFileName, int configFileLine) { _id = id; _processHandlerTypeName = processHandlerType; _appDomainHandlerTypeName = appDomainHandlerType; _configFileName = configFileName; _configFileLine = configFileLine; if (validate) { ValidateTypes(); } } private void ValidateTypes() { if (_typesValidated) return; // check process protocol handler Type processHandlerType; try { processHandlerType = Type.GetType(_processHandlerTypeName, true /*throwOnError*/); } catch (Exception e) { throw new ConfigurationErrorsException(e.Message, e, _configFileName, _configFileLine); } HandlerBase.CheckAssignableType(_configFileName, _configFileLine, typeof(ProcessProtocolHandler), processHandlerType); // check app domain protocol handler Type appDomainHandlerType; try { appDomainHandlerType = Type.GetType(_appDomainHandlerTypeName, true /*throwOnError*/); } catch (Exception e) { throw new ConfigurationErrorsException(e.Message, e, _configFileName, _configFileLine); } HandlerBase.CheckAssignableType(_configFileName, _configFileLine, typeof(AppDomainProtocolHandler), appDomainHandlerType); // remember types _processHandlerType = processHandlerType; _appDomainHandlerType = appDomainHandlerType; _typesValidated = true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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.Globalization; using System.Web.Hosting; using System.Web.Security; using System.Web.Util; using System.Xml; internal class ProtocolsConfigurationEntry { private String _id; private String _processHandlerTypeName; private Type _processHandlerType; private String _appDomainHandlerTypeName; private Type _appDomainHandlerType; private bool _typesValidated; private String _configFileName; private int _configFileLine; internal ProtocolsConfigurationEntry( String id, String processHandlerType, String appDomainHandlerType, bool validate, String configFileName, int configFileLine) { _id = id; _processHandlerTypeName = processHandlerType; _appDomainHandlerTypeName = appDomainHandlerType; _configFileName = configFileName; _configFileLine = configFileLine; if (validate) { ValidateTypes(); } } private void ValidateTypes() { if (_typesValidated) return; // check process protocol handler Type processHandlerType; try { processHandlerType = Type.GetType(_processHandlerTypeName, true /*throwOnError*/); } catch (Exception e) { throw new ConfigurationErrorsException(e.Message, e, _configFileName, _configFileLine); } HandlerBase.CheckAssignableType(_configFileName, _configFileLine, typeof(ProcessProtocolHandler), processHandlerType); // check app domain protocol handler Type appDomainHandlerType; try { appDomainHandlerType = Type.GetType(_appDomainHandlerTypeName, true /*throwOnError*/); } catch (Exception e) { throw new ConfigurationErrorsException(e.Message, e, _configFileName, _configFileLine); } HandlerBase.CheckAssignableType(_configFileName, _configFileLine, typeof(AppDomainProtocolHandler), appDomainHandlerType); // remember types _processHandlerType = processHandlerType; _appDomainHandlerType = appDomainHandlerType; _typesValidated = true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NextPreviousPagerField.cs
- Compilation.cs
- GiveFeedbackEventArgs.cs
- OutputScopeManager.cs
- COM2IProvidePropertyBuilderHandler.cs
- PrimitiveList.cs
- SqlError.cs
- C14NUtil.cs
- XmlConvert.cs
- RemotingSurrogateSelector.cs
- ChangeInterceptorAttribute.cs
- ListenerConstants.cs
- Group.cs
- RegexCharClass.cs
- FilterException.cs
- TextureBrush.cs
- MatrixConverter.cs
- StateFinalizationActivity.cs
- CqlWriter.cs
- ContentTextAutomationPeer.cs
- XmlILModule.cs
- Point3DCollectionConverter.cs
- XhtmlTextWriter.cs
- CodeDOMProvider.cs
- MsmqAppDomainProtocolHandler.cs
- GroupItem.cs
- AsymmetricKeyExchangeDeformatter.cs
- TrustLevel.cs
- DataGridTable.cs
- PasswordRecovery.cs
- TransformerInfo.cs
- NetworkStream.cs
- Maps.cs
- MenuBase.cs
- PseudoWebRequest.cs
- ColumnCollection.cs
- DbFunctionCommandTree.cs
- MobileUserControl.cs
- DrawListViewColumnHeaderEventArgs.cs
- Handle.cs
- Vector3DIndependentAnimationStorage.cs
- WinInet.cs
- XmlElementAttribute.cs
- ToolStripComboBox.cs
- hwndwrapper.cs
- CheckBoxField.cs
- FunctionQuery.cs
- CharUnicodeInfo.cs
- NamedPipeWorkerProcess.cs
- Header.cs
- UserPersonalizationStateInfo.cs
- XmlIlTypeHelper.cs
- InternalBufferManager.cs
- VisualState.cs
- Rect3DValueSerializer.cs
- ISFTagAndGuidCache.cs
- SingletonConnectionReader.cs
- TextServicesLoader.cs
- ReturnType.cs
- Propagator.cs
- TabControlCancelEvent.cs
- CustomAttributeSerializer.cs
- ObjectConverter.cs
- APCustomTypeDescriptor.cs
- ContentFilePart.cs
- _KerberosClient.cs
- PageThemeBuildProvider.cs
- WmfPlaceableFileHeader.cs
- IpcChannel.cs
- Metafile.cs
- GraphicsContainer.cs
- MediaContextNotificationWindow.cs
- OpCellTreeNode.cs
- DiscoveryDocumentLinksPattern.cs
- BaseComponentEditor.cs
- ConstructorBuilder.cs
- Misc.cs
- _SSPIWrapper.cs
- ProcessModuleCollection.cs
- ProfileEventArgs.cs
- TextParagraphCache.cs
- WebPartDisplayModeCollection.cs
- ExpressionsCollectionEditor.cs
- WindowInteractionStateTracker.cs
- LinqMaximalSubtreeNominator.cs
- List.cs
- RunInstallerAttribute.cs
- ExtensibleSyndicationObject.cs
- TagMapCollection.cs
- TextRunCache.cs
- DataGridLinkButton.cs
- TextTreeTextNode.cs
- TextHintingModeValidation.cs
- FileSystemEventArgs.cs
- SingleConverter.cs
- CompilerErrorCollection.cs
- ConnectionsZone.cs
- OdbcFactory.cs
- DifferencingCollection.cs
- EntityAdapter.cs