WsdlEndpointConversionContext.Endpoint プロパティ

定義

エクスポートまたはインポートされる ServiceEndpoint を取得します。

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

注釈

Endpoint プロパティを使用して、エクスポートまたはインポートされるサービス エンドポイントの説明を取得します。

適用対象