Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / Configuration / UriSectionData.cs / 1305376 / UriSectionData.cs
using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Security.Permissions; using System.IO; using System.Xml; using System.Security; using System.Diagnostics; namespace System.Configuration { internal sealed class UriSectionData { private UriIdnScope? idnScope; private bool? iriParsing; private DictionaryschemeSettings; public UriSectionData() { schemeSettings = new Dictionary (); } public UriIdnScope? IdnScope { get { return idnScope; } set { idnScope = value; } } public bool? IriParsing { get { return iriParsing; } set { iriParsing = value; } } public Dictionary SchemeSettings { get { return schemeSettings; } } } } // 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
- DbTransaction.cs
- PropertyGeneratedEventArgs.cs
- CodeDomConfigurationHandler.cs
- DataGridRowHeaderAutomationPeer.cs
- DetailsViewRow.cs
- VersionedStream.cs
- OleDbSchemaGuid.cs
- ConsumerConnectionPointCollection.cs
- SafeSystemMetrics.cs
- ConfigsHelper.cs
- TextEffectCollection.cs
- LeaseManager.cs
- TargetControlTypeCache.cs
- WaitForChangedResult.cs
- ResourceDisplayNameAttribute.cs
- HexParser.cs
- Font.cs
- FunctionCommandText.cs
- COM2IDispatchConverter.cs
- WebBrowserHelper.cs
- JpegBitmapDecoder.cs
- XmlNodeReader.cs
- ActivityCodeGenerator.cs
- OdbcCommandBuilder.cs
- UnsafeNativeMethodsTablet.cs
- IOException.cs
- mansign.cs
- UnsafeNativeMethods.cs
- WorkflowViewStateService.cs
- TransactedBatchContext.cs
- TransformProviderWrapper.cs
- Setter.cs
- securitymgrsite.cs
- RectAnimation.cs
- ProgressBarAutomationPeer.cs
- BaseCAMarshaler.cs
- XmlArrayItemAttribute.cs
- OdbcEnvironmentHandle.cs
- _UriTypeConverter.cs
- EncryptedPackage.cs
- HttpWebRequest.cs
- SafeCertificateContext.cs
- SoapDocumentServiceAttribute.cs
- GeometryConverter.cs
- TokenBasedSet.cs
- DesignSurfaceManager.cs
- AQNBuilder.cs
- ApplicationDirectory.cs
- Run.cs
- SqlUserDefinedTypeAttribute.cs
- MultiAsyncResult.cs
- PathData.cs
- HandledEventArgs.cs
- PointLightBase.cs
- StringArrayEditor.cs
- CompoundFileStorageReference.cs
- TrackingLocation.cs
- BinaryFormatter.cs
- EventProxy.cs
- SuppressIldasmAttribute.cs
- BaseValidator.cs
- UniqueEventHelper.cs
- GridViewUpdatedEventArgs.cs
- BezierSegment.cs
- SqlClientWrapperSmiStreamChars.cs
- ScrollBar.cs
- UnSafeCharBuffer.cs
- CustomCategoryAttribute.cs
- RichTextBoxDesigner.cs
- UnaryNode.cs
- HandledEventArgs.cs
- Block.cs
- EntityDesignerDataSourceView.cs
- RegionIterator.cs
- TypeToken.cs
- translator.cs
- NameSpaceEvent.cs
- EntityDataSourceWizardForm.cs
- OverlappedContext.cs
- X509ChainElement.cs
- QueryExpr.cs
- CodeDefaultValueExpression.cs
- wgx_sdk_version.cs
- XmlSecureResolver.cs
- SourceChangedEventArgs.cs
- DefinitionUpdate.cs
- SecurityDocument.cs
- TextSyndicationContent.cs
- WindowsToolbarItemAsMenuItem.cs
- AutoResizedEvent.cs
- BamlBinaryReader.cs
- XmlHierarchicalEnumerable.cs
- DiagnosticsElement.cs
- BitmapEffectDrawingContent.cs
- ValueProviderWrapper.cs
- XmlNamedNodeMap.cs
- DesignerDataTable.cs
- PrinterResolution.cs
- HttpHeaderCollection.cs
- InheritanceContextHelper.cs