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

適用対象