Code:
/ 4.0 / 4.0 / 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. 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 Dictionary schemeSettings; 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
- DataGridViewCellValueEventArgs.cs
- _ScatterGatherBuffers.cs
- UIElement3DAutomationPeer.cs
- CutCopyPasteHelper.cs
- TransformerInfo.cs
- SoapDocumentServiceAttribute.cs
- WebPartActionVerb.cs
- X509Chain.cs
- ServiceDescriptionSerializer.cs
- OdbcEnvironment.cs
- CodeGroup.cs
- EventTrigger.cs
- HyperLink.cs
- SettingsPropertyNotFoundException.cs
- RoleGroupCollection.cs
- EmptyStringExpandableObjectConverter.cs
- DataComponentGenerator.cs
- ProfileProvider.cs
- IIS7UserPrincipal.cs
- SimpleRecyclingCache.cs
- FormParameter.cs
- SrgsRule.cs
- ArgIterator.cs
- DocumentCollection.cs
- CommandField.cs
- XmlUtf8RawTextWriter.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- CodeSnippetTypeMember.cs
- AttributeData.cs
- IntSecurity.cs
- DetailsViewModeEventArgs.cs
- _NegoState.cs
- WebSysDisplayNameAttribute.cs
- Size.cs
- DeviceContext2.cs
- SoapMessage.cs
- SourceLineInfo.cs
- ThumbButtonInfo.cs
- SRef.cs
- InstanceData.cs
- InvalidWMPVersionException.cs
- TextEditorDragDrop.cs
- Win32Exception.cs
- _UncName.cs
- BufferedGraphicsContext.cs
- ExceptionUtil.cs
- UxThemeWrapper.cs
- UseLicense.cs
- Page.cs
- ApplyImportsAction.cs
- WebServiceReceive.cs
- ContentElementAutomationPeer.cs
- SettingsBindableAttribute.cs
- TextServicesPropertyRanges.cs
- CategoryValueConverter.cs
- XmlSiteMapProvider.cs
- HttpModulesSection.cs
- Parameter.cs
- ItemCollectionEditor.cs
- FileRegion.cs
- HttpDebugHandler.cs
- IOException.cs
- GenericsInstances.cs
- BorderSidesEditor.cs
- PeerNameRecordCollection.cs
- MouseWheelEventArgs.cs
- PopupRootAutomationPeer.cs
- keycontainerpermission.cs
- ObjectCacheHost.cs
- SerializationObjectManager.cs
- ToolStripProgressBar.cs
- CaseKeyBox.ViewModel.cs
- FragmentQueryProcessor.cs
- ToolStripItemTextRenderEventArgs.cs
- TextBoxView.cs
- DataSourceComponent.cs
- RoutedCommand.cs
- TextAction.cs
- SizeLimitedCache.cs
- PrintDialogException.cs
- Viewport3DAutomationPeer.cs
- AnonymousIdentificationModule.cs
- Win32Exception.cs
- BinaryCommonClasses.cs
- QueryOperationResponseOfT.cs
- BindStream.cs
- IPPacketInformation.cs
- WorkingDirectoryEditor.cs
- Util.cs
- CompilerInfo.cs
- Brush.cs
- DetailsViewDeleteEventArgs.cs
- GifBitmapEncoder.cs
- XPathNodeIterator.cs
- ThreadAbortException.cs
- ToolStripLocationCancelEventArgs.cs
- DBParameter.cs
- HtmlAnchor.cs
- ToolBarTray.cs
- ADRoleFactoryConfiguration.cs