다음을 통해 공유


WsdlImporter.ImportAllEndpoints 메서드

정의

WSDL 문서에서 엔드포인트를 나타내는 ServiceEndpointCollection을 반환합니다.

public:
 override System::ServiceModel::Description::ServiceEndpointCollection ^ ImportAllEndpoints();
public override System.ServiceModel.Description.ServiceEndpointCollection ImportAllEndpoints ();
override this.ImportAllEndpoints : unit -> System.ServiceModel.Description.ServiceEndpointCollection
Public Overrides Function ImportAllEndpoints () As ServiceEndpointCollection

반환

ServiceEndpointCollection

WSDL 문서에서 엔드포인트를 나타내는 ServiceEndpointCollection입니다.

예외

WsdlImporter에 오류가 발생한 경우

설명

메타데이터 문서에서 모든 엔드포인트 정보를 가져와서 ImportAllEndpoints 개체로 반환하려면 ServiceEndpoint 메서드를 사용합니다. 반환된 개체를 사용하기 전에 Errors 속성을 검사하여 가져오기 오류가 있는지 여부를 확인합니다.

특정 WSDL 포트를 가져오려면 ImportEndpoint 메서드를 참조하십시오.

적용 대상