HttpsTransportBindingElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示用來指定傳輸訊息之 HTTPS 傳輸的繫結項目。
public ref class HttpsTransportBindingElement : System::ServiceModel::Channels::HttpTransportBindingElement
public ref class HttpsTransportBindingElement : System::ServiceModel::Channels::HttpTransportBindingElement, System::ServiceModel::Channels::ITransportTokenAssertionProvider
public class HttpsTransportBindingElement : System.ServiceModel.Channels.HttpTransportBindingElement
public class HttpsTransportBindingElement : System.ServiceModel.Channels.HttpTransportBindingElement, System.ServiceModel.Channels.ITransportTokenAssertionProvider
type HttpsTransportBindingElement = class
inherit HttpTransportBindingElement
type HttpsTransportBindingElement = class
inherit HttpTransportBindingElement
interface ITransportTokenAssertionProvider
Public Class HttpsTransportBindingElement
Inherits HttpTransportBindingElement
Public Class HttpsTransportBindingElement
Inherits HttpTransportBindingElement
Implements ITransportTokenAssertionProvider
- 繼承
-
HttpsTransportBindingElement
- 實作
備註
HttpsTransportBindingElement 類別是一個起點,用來建立實作 HTTPS 傳輸通訊協定的自訂繫結。 HTTPS 是用於安全互通性目的的主要傳輸。 HTTPS 是由 Windows Communication Foundation (WCF) 支援,可確保與其他 Web 服務堆疊之間的互通性。
WCF 服務模型會使用此類別來建立實作 和 IChannelListener 介面的 IChannelFactory Factory 物件。 然後,這些處理站物件會建立使用 HTTPS 通訊協定傳送 SOAP 訊息的通道和接聽程式。
您可以藉由設定這個類別的屬性來控制其所建立之處理站的組態,例如:RequireClientCertificate。
您也可以設定基底類別 HttpTransportBindingElement 的屬性,例如:AuthenticationScheme、HostNameComparisonMode 和 MaxBufferSize。
您也可以設定基底類別 TransportBindingElement 的屬性,例如:ManualAddressing 和 MaxBufferPoolSize。 如需完整的屬性清單,請參閱 TransportBindingElement。
建構函式
HttpsTransportBindingElement() |
初始化 HttpsTransportBindingElement 類別的新執行個體。 |
HttpsTransportBindingElement(HttpsTransportBindingElement) |
初始化 HttpsTransportBindingElement 類別的新執行個體。 |
屬性
方法
明確介面實作
IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext) |
匯出關於繫結的自訂原則判斷提示。 (繼承來源 HttpTransportBindingElement) |
IWsdlExportExtension.ExportContract(WsdlExporter, WsdlContractConversionContext) |
將自訂的 Web 服務描述語言 (WSDL) 項目寫入為合約產生的 WSDL。 (繼承來源 HttpTransportBindingElement) |
IWsdlExportExtension.ExportEndpoint(WsdlExporter, WsdlEndpointConversionContext) |
將自訂的 Web 服務描述語言 (WSDL) 項目寫入為端點產生的 WSDL。 (繼承來源 HttpTransportBindingElement) |