共用方式為


EndpointAddressElementBase.InitializeFrom(EndpointAddress) 方法

定義

使用指定之端點位址的內容,初始化這個端點位址。

public:
 void InitializeFrom(System::ServiceModel::EndpointAddress ^ endpointAddress);
public void InitializeFrom (System.ServiceModel.EndpointAddress endpointAddress);
member this.InitializeFrom : System.ServiceModel.EndpointAddress -> unit
Public Sub InitializeFrom (endpointAddress As EndpointAddress)

參數

endpointAddress
EndpointAddress

端點位址。

例外狀況

endpointAddressnull 或是空的。

適用於