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이거나 비어 있는 경우

적용 대상