WsdlImporter.ImportAllEndpoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
반환
WSDL 문서에서 엔드포인트를 나타내는 ServiceEndpointCollection입니다.
예외
WsdlImporter에 오류가 발생한 경우
설명
메타데이터 문서에서 모든 엔드포인트 정보를 가져와서 ImportAllEndpoints 개체로 반환하려면 ServiceEndpoint 메서드를 사용합니다. 반환된 개체를 사용하기 전에 Errors 속성을 검사하여 가져오기 오류가 있는지 여부를 확인합니다.
특정 WSDL 포트를 가져오려면 ImportEndpoint 메서드를 참조하십시오.