共用方式為


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 執行個體描述之服務端點的端點位址。

適用於