WorkflowInstanceManagementBehavior.HttpControlEndpointBinding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用 HTTP 通訊協定時,工作流程執行個體控制端點的繫結。
public:
static property System::ServiceModel::Channels::Binding ^ HttpControlEndpointBinding { System::ServiceModel::Channels::Binding ^ get(); };
public static System.ServiceModel.Channels.Binding HttpControlEndpointBinding { get; }
member this.HttpControlEndpointBinding : System.ServiceModel.Channels.Binding
Public Shared ReadOnly Property HttpControlEndpointBinding As Binding
屬性值
工作流程執行個體控制端點的繫結。
備註
系結會根據針對服務主機的基底位址所設定的通訊協定自動建立。 傳送至工作流程執行個體控制端點的訊息不會包含任何可識別個人的資訊,因此不需加密。 傳送至工作流程控制端點的訊息需包含用於授權的使用者識別身分。 啟用 HTTP 通訊協定時,WebHttpBinding 會搭配下列設定使用。
啟用異動流程。
安全模式設定為 Message。
使用 Windows 用戶端認證。