次の方法で共有


EndpointDiscoveryMetadata.Address プロパティ

定義

EndpointDiscoveryMetadata インスタンスが示すエンドポイントのエンドポイント アドレスを取得または設定します。

public:
 property System::ServiceModel::EndpointAddress ^ Address { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress Address { get; set; }
member this.Address : System.ServiceModel.EndpointAddress with get, set
Public Property Address As EndpointAddress

プロパティ値

EndpointAddress

EndpointDiscoveryMetadata インスタンスが示すサービスのエンドポイントのエンドポイント アドレス。

適用対象