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
- ScriptingWebServicesSectionGroup.cs
- CodeTypeDelegate.cs
- ValidatedMobileControlConverter.cs
- COM2ExtendedBrowsingHandler.cs
- XmlSchemaElement.cs
- RoleBoolean.cs
- PerformanceCountersElement.cs
- ContextMarshalException.cs
- ViewStateException.cs
- WindowsFont.cs
- PeerSecurityManager.cs
- PrincipalPermission.cs
- SystemMulticastIPAddressInformation.cs
- XmlSubtreeReader.cs
- login.cs
- DesignerPerfEventProvider.cs
- SqlParameter.cs
- DeferredTextReference.cs
- SmtpMail.cs
- SafeBitVector32.cs
- PropertyGridEditorPart.cs
- OracleConnectionFactory.cs
- XmlUnspecifiedAttribute.cs
- RenderCapability.cs
- CustomCategoryAttribute.cs
- Context.cs
- StreamingContext.cs
- ReflectEventDescriptor.cs
- BasicViewGenerator.cs
- _Win32.cs
- MeshGeometry3D.cs
- DSASignatureFormatter.cs
- ListViewItem.cs
- PreloadedPackages.cs
- SimpleHandlerFactory.cs
- unsafenativemethodsother.cs
- WorkItem.cs
- ActionItem.cs
- HierarchicalDataBoundControl.cs
- SpoolingTaskBase.cs
- StringDictionary.cs
- EntityContainerEmitter.cs
- TextFormatterContext.cs
- xmlfixedPageInfo.cs
- ComplexPropertyEntry.cs
- OutputWindow.cs
- WebPermission.cs
- InternalSafeNativeMethods.cs
- ConfigXmlElement.cs
- PackageRelationshipCollection.cs
- Visual.cs
- DummyDataSource.cs
- CapabilitiesPattern.cs
- XmlLoader.cs
- BamlTreeMap.cs
- GifBitmapEncoder.cs
- FormsAuthenticationTicket.cs
- Attachment.cs
- NotImplementedException.cs
- ListViewGroupItemCollection.cs
- WsatServiceAddress.cs
- MexTcpBindingElement.cs
- ReceiveContent.cs
- MouseActionConverter.cs
- TextBoxDesigner.cs
- RunWorkerCompletedEventArgs.cs
- OrderedHashRepartitionStream.cs
- TreeViewDataItemAutomationPeer.cs
- IndicFontClient.cs
- DBConcurrencyException.cs
- VersionedStreamOwner.cs
- UIElementParaClient.cs
- AttributeSetAction.cs
- ItemAutomationPeer.cs
- ExpressionVisitorHelpers.cs
- RNGCryptoServiceProvider.cs
- MatrixKeyFrameCollection.cs
- FrameDimension.cs
- PointLightBase.cs
- MimeReturn.cs
- LogExtent.cs
- MetafileEditor.cs
- HtmlUtf8RawTextWriter.cs
- StrokeCollection.cs
- Compilation.cs
- TableParaClient.cs
- WindowsToolbar.cs
- KeyPullup.cs
- XmlQueryCardinality.cs
- CompositeKey.cs
- ValidatingPropertiesEventArgs.cs
- SHA512Managed.cs
- RuleSettings.cs
- SizeChangedInfo.cs
- FreeFormDesigner.cs
- ArithmeticException.cs
- DeferredTextReference.cs
- WriteFileContext.cs
- ConfigXmlAttribute.cs
- SiteMapProvider.cs