WsdlExporter::ExportEndpoints Method (IEnumerable<ServiceEndpoint^>^, XmlQualifiedName^)
.NET Framework (current version)
Generates metadata about a group of endpoints from a specified service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: void ExportEndpoints( IEnumerable<ServiceEndpoint^>^ endpoints, XmlQualifiedName^ wsdlServiceQName )
Parameters
- endpoints
-
Type:
System.Collections.Generic::IEnumerable<ServiceEndpoint^>^
The ServiceEndpoint objects about which to generate metadata.
- wsdlServiceQName
-
Type:
System.Xml::XmlQualifiedName^
The name of the service.
| Exception | Condition |
|---|---|
| InvalidOperationException | The exporter encountered an error. |
| ArgumentNullException | endpoints is null. |
| ArgumentNullException | wsdlServiceQName is null. |
| ArgumentException | A binding is null. |
Use the ExportEndpoints method to create metadata about a set of endpoints from a specified service.
.NET Framework
Available since 3.0
Available since 3.0
Show: