WsdlExporter.ExportEndpoints(IEnumerable<ServiceEndpoint>, XmlQualifiedName) Método
Definição
Gera metadados sobre um grupo de pontos de extremidade de um serviço especificado.Generates metadata about a group of endpoints from a specified service.
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>
Os objetos ServiceEndpoint sobre os quais os metadados devem ser gerados.The ServiceEndpoint objects about which to generate metadata.
- wsdlServiceQName
- XmlQualifiedName
O nome do serviço.The name of the service.
Exceções
O exportador encontrou um erro.The exporter encountered an error.
endpoints ou wsdlServiceQName é null.endpoints or wsdlServiceQName is null.
Uma associação é null.A binding is null.
Comentários
Use o ExportEndpoints método para criar metadados sobre um conjunto de pontos de extremidade de um serviço especificado.Use the ExportEndpoints method to create metadata about a set of endpoints from a specified service.