共用方式為


SendSettings.Endpoint 屬性

定義

取得或設定傳送訊息的目的地端點。

public:
 property System::ServiceModel::Endpoint ^ Endpoint { System::ServiceModel::Endpoint ^ get(); void set(System::ServiceModel::Endpoint ^ value); };
public System.ServiceModel.Endpoint Endpoint { get; set; }
member this.Endpoint : System.ServiceModel.Endpoint with get, set
Public Property Endpoint As Endpoint

屬性值

要傳送訊息的目的地端點。

適用於