Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / Configuration / ClientRuntimeConfig.cs / 1 / ClientRuntimeConfig.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Configuration; using System.Security; using System.Security.Permissions; namespace System.Web.Configuration { // // If we are not using the HttpConfigurationSystem, delegate to the // client configuration system. // internal class ClientRuntimeConfig : RuntimeConfig { internal ClientRuntimeConfig() : base(null, false) {} [ConfigurationPermission(SecurityAction.Assert, Unrestricted=true)] protected override object GetSectionObject(string sectionName) { return ConfigurationManager.GetSection(sectionName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Configuration; using System.Security; using System.Security.Permissions; namespace System.Web.Configuration { // // If we are not using the HttpConfigurationSystem, delegate to the // client configuration system. // internal class ClientRuntimeConfig : RuntimeConfig { internal ClientRuntimeConfig() : base(null, false) {} [ConfigurationPermission(SecurityAction.Assert, Unrestricted=true)] protected override object GetSectionObject(string sectionName) { return ConfigurationManager.GetSection(sectionName); } } } // 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
- FileFormatException.cs
- BinaryObjectInfo.cs
- MessageBox.cs
- AssemblyInfo.cs
- OrderedParallelQuery.cs
- PermissionRequestEvidence.cs
- TypedTableBaseExtensions.cs
- BaseValidator.cs
- RawStylusInputCustomDataList.cs
- DataBoundControl.cs
- ToolStripSplitButton.cs
- OracleCommand.cs
- ContainerAction.cs
- StringAnimationBase.cs
- ping.cs
- ProcessModelInfo.cs
- NativeCompoundFileAPIs.cs
- WebPartDisplayMode.cs
- XPathSelfQuery.cs
- ConnectionOrientedTransportChannelFactory.cs
- JsonFormatReaderGenerator.cs
- DeadCharTextComposition.cs
- InvokeWebServiceDesigner.cs
- TextEditor.cs
- RequestCacheEntry.cs
- NativeMethods.cs
- EntitySet.cs
- BufferModeSettings.cs
- BitmapEffectInput.cs
- TimeSpanValidator.cs
- SecureStringHasher.cs
- SecurityRuntime.cs
- HttpServerVarsCollection.cs
- DtrList.cs
- InteropTrackingRecord.cs
- GeneratedContractType.cs
- Attachment.cs
- CultureTableRecord.cs
- DetailsViewDeleteEventArgs.cs
- BoundPropertyEntry.cs
- ThumbButtonInfo.cs
- RegexCode.cs
- ProcessHostConfigUtils.cs
- ToolStripRendererSwitcher.cs
- SqlConnectionPoolGroupProviderInfo.cs
- CLRBindingWorker.cs
- SafeNativeMethods.cs
- ObjectItemAssemblyLoader.cs
- WebBrowser.cs
- ObjectParameterCollection.cs
- TypeSchema.cs
- DelegateSerializationHolder.cs
- RsaSecurityTokenAuthenticator.cs
- DataSysAttribute.cs
- AvtEvent.cs
- HashRepartitionEnumerator.cs
- BamlBinaryReader.cs
- SystemColorTracker.cs
- RelationshipConverter.cs
- MasterPageBuildProvider.cs
- RegistrySecurity.cs
- _PooledStream.cs
- CommonGetThemePartSize.cs
- ComponentChangingEvent.cs
- CertificateElement.cs
- TextElementAutomationPeer.cs
- EntityWithKeyStrategy.cs
- CodeBinaryOperatorExpression.cs
- SmtpException.cs
- OrderingInfo.cs
- XmlSerializerFaultFormatter.cs
- RadioButtonRenderer.cs
- TraceLog.cs
- DrawingGroup.cs
- ProcessProtocolHandler.cs
- BulletedListEventArgs.cs
- ZipIOBlockManager.cs
- SessionPageStateSection.cs
- BufferBuilder.cs
- ParserHooks.cs
- XmlSchemaChoice.cs
- LineGeometry.cs
- X509Utils.cs
- WindowsPrincipal.cs
- CheckBoxRenderer.cs
- LogManagementAsyncResult.cs
- ListViewInsertionMark.cs
- GeometryGroup.cs
- RectangleHotSpot.cs
- LayoutSettings.cs
- HatchBrush.cs
- RepeatBehavior.cs
- FacetChecker.cs
- _NtlmClient.cs
- Queue.cs
- HwndSourceParameters.cs
- SymbolMethod.cs
- COM2PictureConverter.cs
- OdbcRowUpdatingEvent.cs
- HotSpotCollectionEditor.cs