Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / ClientRuntimeConfig.cs / 1305376 / 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
- MsmqNonTransactedPoisonHandler.cs
- infer.cs
- StylusPlugInCollection.cs
- PaginationProgressEventArgs.cs
- documentation.cs
- LazyTextWriterCreator.cs
- XmlTextEncoder.cs
- DmlSqlGenerator.cs
- IListConverters.cs
- ListViewItem.cs
- DbConnectionInternal.cs
- DataViewManager.cs
- PropertyDescriptorGridEntry.cs
- SelectionChangedEventArgs.cs
- HistoryEventArgs.cs
- TableCellCollection.cs
- DrawingBrush.cs
- OrderedDictionaryStateHelper.cs
- DetailsViewUpdatedEventArgs.cs
- ImageConverter.cs
- ConfigViewGenerator.cs
- IisTraceListener.cs
- ContentElementAutomationPeer.cs
- EdmType.cs
- HeaderedItemsControl.cs
- DynamicMethod.cs
- ReadOnlyTernaryTree.cs
- EventMappingSettings.cs
- TableItemProviderWrapper.cs
- InputLanguage.cs
- IntegerValidator.cs
- DesignTimeParseData.cs
- _NegotiateClient.cs
- BackgroundWorker.cs
- ReturnValue.cs
- XmlSchemaSimpleContent.cs
- IdentitySection.cs
- OleDbDataAdapter.cs
- GenericEnumerator.cs
- DataGridViewLinkColumn.cs
- ListViewEditEventArgs.cs
- GlobalizationSection.cs
- CacheChildrenQuery.cs
- SiteMapSection.cs
- DirtyTextRange.cs
- BoundingRectTracker.cs
- DateTimeOffsetStorage.cs
- CodePageUtils.cs
- DLinqColumnProvider.cs
- RemoteDebugger.cs
- DataViewListener.cs
- InvokePattern.cs
- MetadataUtilsSmi.cs
- Token.cs
- RtfToken.cs
- FaultException.cs
- XPathExpr.cs
- TriggerCollection.cs
- XsltContext.cs
- WaitingCursor.cs
- FrameworkPropertyMetadata.cs
- BulletedList.cs
- CompilerWrapper.cs
- KeysConverter.cs
- SocketInformation.cs
- ListViewGroup.cs
- DesignTimeParseData.cs
- NativeConfigurationLoader.cs
- StyleSheetRefUrlEditor.cs
- InheritanceAttribute.cs
- DatatypeImplementation.cs
- ScriptingProfileServiceSection.cs
- WebResponse.cs
- SyncMethodInvoker.cs
- Switch.cs
- StringAnimationUsingKeyFrames.cs
- StandardOleMarshalObject.cs
- DataGridViewBand.cs
- MailWriter.cs
- FormsIdentity.cs
- BitmapMetadataBlob.cs
- XmlLinkedNode.cs
- TextEditorMouse.cs
- Helpers.cs
- CmsInterop.cs
- GlobalizationSection.cs
- JumpTask.cs
- Msec.cs
- Hex.cs
- CacheOutputQuery.cs
- CqlParserHelpers.cs
- TextEndOfSegment.cs
- SHA512.cs
- ObservableCollectionDefaultValueFactory.cs
- HwndPanningFeedback.cs
- ContentPathSegment.cs
- RealProxy.cs
- WindowsListViewScroll.cs
- CssTextWriter.cs
- PrimitiveCodeDomSerializer.cs