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
- DataTableTypeConverter.cs
- TextParagraphProperties.cs
- Animatable.cs
- ValueTypeFixupInfo.cs
- NamedServiceModelExtensionCollectionElement.cs
- mediaeventshelper.cs
- ButtonChrome.cs
- ImageSource.cs
- SmiContext.cs
- UserPreferenceChangedEventArgs.cs
- TextAction.cs
- GridEntry.cs
- Color.cs
- LinearQuaternionKeyFrame.cs
- ImageInfo.cs
- XmlSchemaAnnotated.cs
- LayoutEvent.cs
- Inline.cs
- AuthenticateEventArgs.cs
- RC2.cs
- ToolboxDataAttribute.cs
- DataTable.cs
- DataRelationCollection.cs
- FormView.cs
- ProcessThreadCollection.cs
- BamlLocalizabilityResolver.cs
- ViewDesigner.cs
- Terminate.cs
- figurelengthconverter.cs
- HostProtectionException.cs
- DataRow.cs
- GridItemCollection.cs
- Visual3D.cs
- DrawListViewItemEventArgs.cs
- ConnectionProviderAttribute.cs
- PackagePartCollection.cs
- XmlNamedNodeMap.cs
- InternalRelationshipCollection.cs
- EditorOptionAttribute.cs
- ReliabilityContractAttribute.cs
- ClientUriBehavior.cs
- LayoutTableCell.cs
- ValidatingPropertiesEventArgs.cs
- InvalidDataException.cs
- RectangleF.cs
- FileUtil.cs
- BitmapScalingModeValidation.cs
- DataRowComparer.cs
- DataServiceQueryException.cs
- sqlpipe.cs
- ServiceMemoryGates.cs
- CompiledELinqQueryState.cs
- Wildcard.cs
- AsyncPostBackTrigger.cs
- RadioButton.cs
- SpAudioStreamWrapper.cs
- ByteStreamBufferedMessageData.cs
- SqlGatherConsumedAliases.cs
- RTLAwareMessageBox.cs
- ISFTagAndGuidCache.cs
- TextContainerChangeEventArgs.cs
- SimpleWorkerRequest.cs
- WebPartVerbsEventArgs.cs
- InsufficientMemoryException.cs
- HtmlInputFile.cs
- Table.cs
- WebBrowserEvent.cs
- Padding.cs
- RenderTargetBitmap.cs
- BypassElement.cs
- Rule.cs
- ExceptionUtil.cs
- View.cs
- PreparingEnlistment.cs
- ListView.cs
- ConsumerConnectionPoint.cs
- XmlSchemaComplexType.cs
- AlternationConverter.cs
- XmlNodeReader.cs
- EventLogStatus.cs
- _ListenerAsyncResult.cs
- SetIterators.cs
- validationstate.cs
- CellParagraph.cs
- MouseBinding.cs
- ProcessHost.cs
- WindowPattern.cs
- Int16Animation.cs
- PackageFilter.cs
- QueryStringParameter.cs
- IntSecurity.cs
- streamingZipPartStream.cs
- TypefaceMap.cs
- ObjectResult.cs
- LicFileLicenseProvider.cs
- ProxyWebPartManager.cs
- RoleGroup.cs
- ProfileSection.cs
- IncrementalReadDecoders.cs
- ServerIdentity.cs