IdentityElement.InitializeFrom(EndpointIdentity) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定之物件的內容,初始化此組態項目。
public:
void InitializeFrom(System::ServiceModel::EndpointIdentity ^ identity);
public void InitializeFrom (System.ServiceModel.EndpointIdentity identity);
member this.InitializeFrom : System.ServiceModel.EndpointIdentity -> unit
Public Sub InitializeFrom (identity As EndpointIdentity)
參數
- identity
- EndpointIdentity
端點的識別。
例外狀況
identity
為 null
或是空的。