EndpointAddressElementBase.InitializeFrom(EndpointAddress) 메서드

정의

지정된 엔드포인트 주소의 내용을 사용하여 이 엔드포인트 주소를 초기화합니다.

public:
 void InitializeFrom(System::ServiceModel::EndpointAddress ^ endpointAddress);
public void InitializeFrom (System.ServiceModel.EndpointAddress endpointAddress);
member this.InitializeFrom : System.ServiceModel.EndpointAddress -> unit
Public Sub InitializeFrom (endpointAddress As EndpointAddress)

매개 변수

endpointAddress
EndpointAddress

엔드포인트 주소입니다.

예외

endpointAddressnull이거나 비어 있는 경우

적용 대상