次の方法で共有


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

プロパティ値

メッセージの送信先のエンドポイント。

適用対象