WsdlExporter.ExportEndpoints Método

Definición

Genera los metadatos sobre un grupo de puntos de conexión de un servicio especificado.

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)

Parámetros

endpoints
IEnumerable<ServiceEndpoint>

Objetos ServiceEndpoint sobre los que generar los metadatos.

wsdlServiceQName
XmlQualifiedName

El nombre del servicio.

Excepciones

El exportador encontró un error.

endpoints o wsdlServiceQName es null.

Un enlace es null.

Comentarios

Utilice el método ExportEndpoints para crear los metadatos sobre un conjunto de puntos de conexión a partir de un servicio especificado.

Se aplica a