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 または空です。

適用対象