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

エンドポイント ID。

例外

identitynull または空です。

適用対象