次の方法で共有


Send.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

プロパティ値

Endpoint

終点。

注釈

このプロパティを設定した場合は、EndpointConfigurationName プロパティが null である必要があります。

適用対象