Sdílet prostřednictvím


WsdlExporter.ExportEndpoints Metoda

Definice

Generuje metadata o skupině koncových bodů ze zadané služby.

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)

Parametry

endpoints
IEnumerable<ServiceEndpoint>

Objekty ServiceEndpoint , o kterých se mají generovat metadata.

wsdlServiceQName
XmlQualifiedName

Název služby

Výjimky

Vývozce narazil na chybu.

endpoints nebo wsdlServiceQName je null.

Vazba je null.

Poznámky

ExportEndpoints Pomocí metody můžete vytvořit metadata o sadě koncových bodů ze zadané služby.

Platí pro