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 或空。

适用于