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
- PiiTraceSource.cs
- XPathMessageFilterElementCollection.cs
- TextServicesPropertyRanges.cs
- SimpleType.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- LineBreak.cs
- IIS7WorkerRequest.cs
- DispatcherObject.cs
- StrongName.cs
- Panel.cs
- FixedSOMElement.cs
- ConfigUtil.cs
- SelectionList.cs
- KeyedCollection.cs
- _SslState.cs
- UnauthorizedAccessException.cs
- NonVisualControlAttribute.cs
- NeutralResourcesLanguageAttribute.cs
- HtmlInputText.cs
- TabItemWrapperAutomationPeer.cs
- ExecutionContext.cs
- IdentityHolder.cs
- CheckBoxRenderer.cs
- LayoutSettings.cs
- Menu.cs
- PreservationFileWriter.cs
- DataGridViewCellMouseEventArgs.cs
- XmlSchemaSimpleTypeUnion.cs
- ComNativeDescriptor.cs
- DataGridViewImageColumn.cs
- ConnectionPoolManager.cs
- SchemaNotation.cs
- XmlNodeReader.cs
- TableLayoutStyle.cs
- DefaultWorkflowTransactionService.cs
- XmlSchemaSimpleTypeRestriction.cs
- ResXFileRef.cs
- arabicshape.cs
- WeakEventManager.cs
- unsafenativemethodsother.cs
- PeerMessageDispatcher.cs
- ArglessEventHandlerProxy.cs
- Annotation.cs
- LocalizableAttribute.cs
- ConfigXmlDocument.cs
- AspNetHostingPermission.cs
- ImageListDesigner.cs
- TextOnlyOutput.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- ExpressionBuilderContext.cs
- Control.cs
- CompilerScope.cs
- KernelTypeValidation.cs
- OutputCache.cs
- SmtpNegotiateAuthenticationModule.cs
- ApplicationBuildProvider.cs
- _ProxyRegBlob.cs
- ConfigXmlCDataSection.cs
- DataRelationPropertyDescriptor.cs
- LoginUtil.cs
- SqlTriggerContext.cs
- TabPage.cs
- ModelEditingScope.cs
- Sql8ConformanceChecker.cs
- NamedObject.cs
- ResourceDisplayNameAttribute.cs
- OpenCollectionAsyncResult.cs
- TailCallAnalyzer.cs
- AppSettingsReader.cs
- CapabilitiesRule.cs
- SortableBindingList.cs
- CheckBoxRenderer.cs
- DataTableNewRowEvent.cs
- MetafileHeader.cs
- SplineKeyFrames.cs
- Metafile.cs
- ListViewDeletedEventArgs.cs
- Sequence.cs
- TypographyProperties.cs
- AdornerPresentationContext.cs
- MDIControlStrip.cs
- IImplicitResourceProvider.cs
- Parser.cs
- XmlCDATASection.cs
- OdbcUtils.cs
- CommandArguments.cs
- EventLogPermission.cs
- UrlMappingCollection.cs
- XmlWriterTraceListener.cs
- PipelineDeploymentState.cs
- ChangeProcessor.cs
- BitmapSizeOptions.cs
- TableRowGroup.cs
- _DisconnectOverlappedAsyncResult.cs
- DecoderExceptionFallback.cs
- SspiHelper.cs
- _HelperAsyncResults.cs
- TypeReference.cs
- Ray3DHitTestResult.cs
- CollectionDataContract.cs