WsdlExporter.ExportEndpoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 서비스에서 엔드포인트 그룹에 대한 메타데이터를 생성합니다.
public:
void ExportEndpoints(System::Collections::Generic::IEnumerable<System::ServiceModel::Description::ServiceEndpoint ^> ^ endpoints, System::Xml::XmlQualifiedName ^ wsdlServiceQName);
public void ExportEndpoints (System.Collections.Generic.IEnumerable<System.ServiceModel.Description.ServiceEndpoint> endpoints, System.Xml.XmlQualifiedName wsdlServiceQName);
member this.ExportEndpoints : seq<System.ServiceModel.Description.ServiceEndpoint> * System.Xml.XmlQualifiedName -> unit
Public Sub ExportEndpoints (endpoints As IEnumerable(Of ServiceEndpoint), wsdlServiceQName As XmlQualifiedName)
매개 변수
- endpoints
- IEnumerable<ServiceEndpoint>
메타데이터를 생성할 ServiceEndpoint 개체입니다.
- wsdlServiceQName
- XmlQualifiedName
서비스의 이름입니다.
예외
내보내기에서 오류가 발생한 경우
endpoints
또는 wsdlServiceQName
가 null
인 경우
바인딩이 null
인 경우
설명
지정된 서비스에서 엔드포인트 집합에 대한 메타데이터를 생성하려면 ExportEndpoints 메서드를 사용합니다.