Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Configuration / System / Configuration / Internal / InternalConfigSettingsFactory.cs / 1 / InternalConfigSettingsFactory.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration.Internal { using System.Configuration; // // Called by System.Web.HttpConfigurationSystem to set the configuration system // in the ConfigurationSettings class. // internal sealed class InternalConfigSettingsFactory : IInternalConfigSettingsFactory { private InternalConfigSettingsFactory() {} void IInternalConfigSettingsFactory.SetConfigurationSystem(IInternalConfigSystem configSystem, bool initComplete) { ConfigurationManager.SetConfigurationSystem(configSystem, initComplete); } void IInternalConfigSettingsFactory.CompleteInit() { ConfigurationManager.CompleteConfigInit(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration.Internal { using System.Configuration; // // Called by System.Web.HttpConfigurationSystem to set the configuration system // in the ConfigurationSettings class. // internal sealed class InternalConfigSettingsFactory : IInternalConfigSettingsFactory { private InternalConfigSettingsFactory() {} void IInternalConfigSettingsFactory.SetConfigurationSystem(IInternalConfigSystem configSystem, bool initComplete) { ConfigurationManager.SetConfigurationSystem(configSystem, initComplete); } void IInternalConfigSettingsFactory.CompleteInit() { ConfigurationManager.CompleteConfigInit(); } } } // 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
- XPathDocumentNavigator.cs
- TextDecoration.cs
- DataTemplate.cs
- RadioButton.cs
- CodeSubDirectoriesCollection.cs
- FormatConvertedBitmap.cs
- DisplayNameAttribute.cs
- RoleGroupCollection.cs
- DefaultWorkflowSchedulerService.cs
- AbsoluteQuery.cs
- RSAPKCS1SignatureFormatter.cs
- InkCanvasFeedbackAdorner.cs
- SqlDataSourceCache.cs
- StringExpressionSet.cs
- FlagsAttribute.cs
- EntityWithChangeTrackerStrategy.cs
- FixUpCollection.cs
- IdentityReference.cs
- EpmSourcePathSegment.cs
- RepeatButton.cs
- RSAOAEPKeyExchangeFormatter.cs
- ReadOnlyHierarchicalDataSourceView.cs
- MessageDecoder.cs
- TypeValidationEventArgs.cs
- HelpKeywordAttribute.cs
- SqlCommandAsyncResult.cs
- MaterializeFromAtom.cs
- DBConcurrencyException.cs
- MappingItemCollection.cs
- X509CertificateClaimSet.cs
- EdgeProfileValidation.cs
- XmlDocumentFieldSchema.cs
- XmlSignificantWhitespace.cs
- TimeoutValidationAttribute.cs
- ThemeInfoAttribute.cs
- AppModelKnownContentFactory.cs
- FontWeights.cs
- BufferAllocator.cs
- SequentialOutput.cs
- TypeHelper.cs
- LicenseContext.cs
- ActiveDesignSurfaceEvent.cs
- XmlSchemaSimpleTypeUnion.cs
- Configuration.cs
- SerialPort.cs
- CodeAccessSecurityEngine.cs
- PrtCap_Base.cs
- ExpandSegment.cs
- SymLanguageVendor.cs
- UpdatePanelControlTrigger.cs
- HMACRIPEMD160.cs
- loginstatus.cs
- LinearKeyFrames.cs
- BaseTemplateCodeDomTreeGenerator.cs
- AttachedAnnotation.cs
- SmiXetterAccessMap.cs
- ConditionChanges.cs
- Rectangle.cs
- IBuiltInEvidence.cs
- UICuesEvent.cs
- SpAudioStreamWrapper.cs
- URLIdentityPermission.cs
- MessageQueuePermissionAttribute.cs
- DesignerResources.cs
- COM2Enum.cs
- DocumentSchemaValidator.cs
- WhileDesigner.cs
- SecurityContext.cs
- SizeAnimationClockResource.cs
- StylusOverProperty.cs
- SynthesizerStateChangedEventArgs.cs
- XamlWriter.cs
- SqlMetaData.cs
- StrongNameIdentityPermission.cs
- HttpVersion.cs
- DependencyPropertyChangedEventArgs.cs
- ParentQuery.cs
- ServicesUtilities.cs
- HwndProxyElementProvider.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- WindowsGraphics.cs
- WebPartManager.cs
- WebControlsSection.cs
- ThreadExceptionDialog.cs
- ThreadExceptionDialog.cs
- EventManager.cs
- XmlSchemaType.cs
- TagMapCollection.cs
- Message.cs
- CryptoApi.cs
- HotCommands.cs
- CodeTypeReference.cs
- _NegotiateClient.cs
- Input.cs
- GZipStream.cs
- CmsUtils.cs
- ScaleTransform3D.cs
- arclist.cs
- Column.cs
- HtmlControlPersistable.cs