共用方式為


WorkflowInstanceManagementBehavior.HttpControlEndpointBinding 屬性

定義

取得使用 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

屬性值

Binding

工作流程執行個體控制端點的繫結。

備註

系結會根據針對服務主機的基底位址所設定的通訊協定自動建立。 傳送至工作流程執行個體控制端點的訊息不會包含任何可識別個人的資訊,因此不需加密。 傳送至工作流程控制端點的訊息需包含用於授權的使用者識別身分。 啟用 HTTP 通訊協定時,WebHttpBinding 會搭配下列設定使用。

  1. 啟用異動流程。

  2. 安全模式設定為 Message

  3. 使用 Windows 用戶端認證。

適用於