PeerCustomResolverBindingElement.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 物件,其中包含這個繫結所建立的解析程式執行所在的對等網路位址。

適用於