WsdlExporter::ExportEndpoints Method (IEnumerable<ServiceEndpoint^>^, XmlQualifiedName^)

 

Generates metadata about a group of endpoints from a specified service.

Namespace:   System.ServiceModel.Description
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
Return to top
Show: