다음을 통해 공유


WsdlImporter.ImportEndpoints 메서드

정의

특정 포트 형식과 연결된 지정된 바인딩을 사용하거나 지정된 WSDL 서비스 내에 있는 모든 WSDL 포트와 일치하는 ServiceEndpoint 개체 컬렉션을 반환합니다.

오버로드

ImportEndpoints(Binding)

지정된 ServiceEndpointCollection을 사용하는 모든 WSDL 포트 형식을 나타내는 Binding을 반환합니다.

ImportEndpoints(PortType)

지정된 ServiceEndpointCollection과 연결된 모든 WSDL 포트 형식을 나타내는 PortType을 반환합니다.

ImportEndpoints(Service)

지정된 ServiceEndpointCollection 내에 있는 모든 WSDL 포트 형식을 나타내는 Service을 반환합니다.

ImportEndpoints(Binding)

지정된 ServiceEndpointCollection을 사용하는 모든 WSDL 포트 형식을 나타내는 Binding을 반환합니다.

public:
 System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::Binding ^ wsdlBinding);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.Binding wsdlBinding);
member this.ImportEndpoints : System.Web.Services.Description.Binding -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlBinding As Binding) As ServiceEndpointCollection

매개 변수

wsdlBinding
Binding

WSDL 포트에 사용되는 Binding 개체입니다.

반환

ServiceEndpointCollection

지정된 ServiceEndpointCollection을 사용하는 모든 WSDL 포트 형식을 나타내는 Binding입니다.

예외

WsdlImporter에 오류가 발생한 경우

wsdlBindingnull인 경우

설명

반환된 개체를 사용하기 전에 가져오기 오류가 있는지 여부를 확인하려면 Errors 속성을 확인합니다.

적용 대상

ImportEndpoints(PortType)

지정된 ServiceEndpointCollection과 연결된 모든 WSDL 포트 형식을 나타내는 PortType을 반환합니다.

public:
 System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::PortType ^ wsdlPortType);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.PortType wsdlPortType);
member this.ImportEndpoints : System.Web.Services.Description.PortType -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlPortType As PortType) As ServiceEndpointCollection

매개 변수

wsdlPortType
PortType

연결된 WSDL 포트 정보를 찾는 데 사용되는 PortType 개체입니다.

반환

ServiceEndpointCollection

지정된 ServiceEndpointCollection과 연결된 모든 WSDL 포트 형식을 나타내는 PortType입니다.

예외

WsdlImporter에 오류가 발생한 경우

wsdlPortType이(가) null인 경우

설명

반환된 개체를 사용하기 전에 가져오기 오류가 있는지 여부를 확인하려면 Errors 속성을 확인합니다.

적용 대상

ImportEndpoints(Service)

지정된 ServiceEndpointCollection 내에 있는 모든 WSDL 포트 형식을 나타내는 Service을 반환합니다.

public:
 System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::Service ^ wsdlService);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.Service wsdlService);
member this.ImportEndpoints : System.Web.Services.Description.Service -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlService As Service) As ServiceEndpointCollection

매개 변수

wsdlService
Service

WSDL 포트 정보를 검색할 대상 Service 개체입니다.

반환

ServiceEndpointCollection

지정된 ServiceEndpointCollection 내의 모든 WSDL 포트 형식을 나타내는 Service입니다.

예외

WsdlImporter에 오류가 발생한 경우

wsdlServicenull인 경우

설명

반환된 개체를 사용하기 전에 가져오기 오류가 있는지 여부를 확인하려면 Errors 속성을 확인합니다.

적용 대상