WsdlExporter.ExportEndpoints 메서드

정의

지정된 서비스에서 엔드포인트 그룹에 대한 메타데이터를 생성합니다.

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 또는 wsdlServiceQNamenull인 경우

바인딩이 null인 경우

설명

지정된 서비스에서 엔드포인트 집합에 대한 메타데이터를 생성하려면 ExportEndpoints 메서드를 사용합니다.

적용 대상