EndpointAddressElementBase.InitializeFrom(EndpointAddress) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定之端點位址的內容,初始化這個端點位址。
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
端點位址。
例外狀況
endpointAddress
為 null
或是空的。