Share via


PeerCustomResolverSettings.Address 屬性

定義

取得或設定裝載自訂對等解析程式服務之對等節點的端點位址。

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,其中包含執行自訂對等解析程式服務之對等節點的端點位址。

適用於