Share via


IdentityElement.InitializeFrom(EndpointIdentity) 方法

定義

使用指定之物件的內容,初始化此組態項目。

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

端點的識別。

例外狀況

identitynull 或是空的。

適用於