Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SparseMemoryStream.cs
- ListMarkerLine.cs
- ListViewUpdatedEventArgs.cs
- EndpointBehaviorElementCollection.cs
- PageSetupDialog.cs
- FixedFindEngine.cs
- SchemaDeclBase.cs
- Misc.cs
- Optimizer.cs
- Int32CollectionValueSerializer.cs
- OperationResponse.cs
- XmlWellformedWriter.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- PrivilegedConfigurationManager.cs
- LayoutDump.cs
- WSTransactionSection.cs
- EntitySqlQueryCacheKey.cs
- RegexRunner.cs
- Shape.cs
- HostingPreferredMapPath.cs
- SmiXetterAccessMap.cs
- FileDialogCustomPlacesCollection.cs
- DBPropSet.cs
- WrappedKeySecurityTokenParameters.cs
- InvokeGenerator.cs
- GlobalEventManager.cs
- UndirectedGraph.cs
- SiteMapNodeItemEventArgs.cs
- HashJoinQueryOperatorEnumerator.cs
- BuilderInfo.cs
- RegexRunner.cs
- CompoundFileStorageReference.cs
- SiteMapNodeCollection.cs
- ImplicitInputBrush.cs
- ScrollViewerAutomationPeer.cs
- TreeViewAutomationPeer.cs
- ConversionHelper.cs
- Normalization.cs
- FilterEventArgs.cs
- SamlSerializer.cs
- TemplateControlCodeDomTreeGenerator.cs
- DbSourceParameterCollection.cs
- SoapAttributes.cs
- SecurityTokenException.cs
- ConsumerConnectionPoint.cs
- Polygon.cs
- StylusButton.cs
- SqlDesignerDataSourceView.cs
- DbConnectionOptions.cs
- PrimarySelectionGlyph.cs
- LocatorPartList.cs
- ProviderBase.cs
- SoapCodeExporter.cs
- SectionInput.cs
- DbConnectionFactory.cs
- EraserBehavior.cs
- EventHandlersStore.cs
- StateWorkerRequest.cs
- ChangeInterceptorAttribute.cs
- OdbcStatementHandle.cs
- TempFiles.cs
- MethodBody.cs
- InternalTransaction.cs
- TCEAdapterGenerator.cs
- GcSettings.cs
- TouchDevice.cs
- HostingEnvironmentSection.cs
- CodeArrayCreateExpression.cs
- ComplexLine.cs
- IndexedGlyphRun.cs
- CodeMemberEvent.cs
- EntryPointNotFoundException.cs
- PerformanceCounterManager.cs
- EntityDataSourceDesigner.cs
- Atom10FeedFormatter.cs
- WinFormsComponentEditor.cs
- PresentationAppDomainManager.cs
- ListMarkerSourceInfo.cs
- TableHeaderCell.cs
- Int32CollectionConverter.cs
- SchemaSetCompiler.cs
- TextBoxBase.cs
- ToolStripPanel.cs
- AssertUtility.cs
- Highlights.cs
- entitydatasourceentitysetnameconverter.cs
- FlowNode.cs
- XmlIncludeAttribute.cs
- CodeEventReferenceExpression.cs
- ResourcePool.cs
- Geometry.cs
- FileClassifier.cs
- ControlAdapter.cs
- _NtlmClient.cs
- DataServiceHostFactory.cs
- PauseStoryboard.cs
- Material.cs
- documentsequencetextpointer.cs
- XmlIlTypeHelper.cs
- AmbientValueAttribute.cs