ChannelFactory.Endpoint プロパティ

定義

ファクトリによって作成されたチャネルが接続するサービス エンドポイントを取得します。

public:
 property System::ServiceModel::Description::ServiceEndpoint ^ Endpoint { System::ServiceModel::Description::ServiceEndpoint ^ get(); };
public System.ServiceModel.Description.ServiceEndpoint Endpoint { get; }
member this.Endpoint : System.ServiceModel.Description.ServiceEndpoint
Public ReadOnly Property Endpoint As ServiceEndpoint

プロパティ値

ファクトリにより作成されたチャネルが接続する対象の ServiceEndpoint

適用対象