Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / SharedHttpsTransportManager.cs / 1 / SharedHttpsTransportManager.cs
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System.Collections.Generic; using System.ServiceModel; class SharedHttpsTransportManager : SharedHttpTransportManager { static UriPrefixTabletransportManagerTable = new UriPrefixTable (true); public SharedHttpsTransportManager(Uri listenUri, HttpChannelListener factory) : base(listenUri, factory) { // empty } internal override string Scheme { get { return Uri.UriSchemeHttps; } } internal static UriPrefixTable StaticTransportManagerTable { get { return transportManagerTable; } } internal override UriPrefixTable TransportManagerTable { get { return transportManagerTable; } } } } // 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
- TypeListConverter.cs
- ParameterElement.cs
- ServiceInfo.cs
- FormViewDeletedEventArgs.cs
- IntMinMaxAggregationOperator.cs
- DocumentsTrace.cs
- Literal.cs
- DataGridViewSortCompareEventArgs.cs
- XmlObjectSerializerWriteContextComplex.cs
- NCryptNative.cs
- ThreadInterruptedException.cs
- ListViewCommandEventArgs.cs
- PrimitiveXmlSerializers.cs
- ClientTargetSection.cs
- SiteMapNodeItemEventArgs.cs
- DataGridViewTopRowAccessibleObject.cs
- StorageBasedPackageProperties.cs
- EnumMember.cs
- X509CertificateRecipientClientCredential.cs
- ToolTipService.cs
- BamlBinaryReader.cs
- KernelTypeValidation.cs
- SmtpSection.cs
- LinkConverter.cs
- RelatedPropertyManager.cs
- HealthMonitoringSectionHelper.cs
- DesignerVerb.cs
- SettingsBindableAttribute.cs
- IndexOutOfRangeException.cs
- FormsAuthenticationUser.cs
- TransformationRules.cs
- TreeNode.cs
- CollectionConverter.cs
- ReadOnlyCollectionBase.cs
- RegionData.cs
- XmlSchemaAttribute.cs
- FileAuthorizationModule.cs
- UserMapPath.cs
- LocalClientSecuritySettings.cs
- CurrentTimeZone.cs
- WebHttpDispatchOperationSelector.cs
- TextSimpleMarkerProperties.cs
- XmlSchemaRedefine.cs
- ConnectionString.cs
- ToolStripContentPanelDesigner.cs
- Utils.cs
- CallbackValidator.cs
- PropertyTabAttribute.cs
- PropertyCollection.cs
- AuthorizationRuleCollection.cs
- XmlnsPrefixAttribute.cs
- ReadOnlyDictionary.cs
- DiagnosticsConfiguration.cs
- WindowsGrip.cs
- DocumentApplicationJournalEntry.cs
- DataContractSerializerFaultFormatter.cs
- ListManagerBindingsCollection.cs
- BindingSourceDesigner.cs
- X509CertificateStore.cs
- CriticalExceptions.cs
- PersonalizationState.cs
- InputBinder.cs
- DirectoryInfo.cs
- QuestionEventArgs.cs
- TableLayoutCellPaintEventArgs.cs
- WebPartRestoreVerb.cs
- ExpressionBindings.cs
- ServiceHostFactory.cs
- Buffer.cs
- ListViewUpdateEventArgs.cs
- ParentQuery.cs
- Activity.cs
- TakeOrSkipWhileQueryOperator.cs
- Stroke.cs
- Menu.cs
- Color.cs
- ellipse.cs
- XmlDictionaryWriter.cs
- UnknownBitmapEncoder.cs
- StylusPointDescription.cs
- CompositionDesigner.cs
- MembershipValidatePasswordEventArgs.cs
- SSmlParser.cs
- CommandID.cs
- CollectionView.cs
- DataBindingHandlerAttribute.cs
- DeclarativeCatalogPart.cs
- Triangle.cs
- DurableInstanceContextProvider.cs
- HtmlTitle.cs
- SafeNativeMethodsOther.cs
- CipherData.cs
- TypeSystemProvider.cs
- ListBoxItemWrapperAutomationPeer.cs
- ColorDialog.cs
- StagingAreaInputItem.cs
- SoapReflector.cs
- XmlCDATASection.cs
- AttributeSetAction.cs
- TabControl.cs