WsdlImporter.ImportEndpoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
특정 포트 형식과 연결된 지정된 바인딩을 사용하거나 지정된 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
매개 변수
반환
지정된 ServiceEndpointCollection을 사용하는 모든 WSDL 포트 형식을 나타내는 Binding입니다.
예외
WsdlImporter에 오류가 발생한 경우
wsdlBinding
이 null
인 경우
설명
반환된 개체를 사용하기 전에 가져오기 오류가 있는지 여부를 확인하려면 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
매개 변수
반환
지정된 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
매개 변수
반환
지정된 ServiceEndpointCollection 내의 모든 WSDL 포트 형식을 나타내는 Service입니다.
예외
WsdlImporter에 오류가 발생한 경우
wsdlService
이 null
인 경우
설명
반환된 개체를 사용하기 전에 가져오기 오류가 있는지 여부를 확인하려면 Errors 속성을 확인합니다.