WsdlExporter::ExportEndpoint Method (ServiceEndpoint^)
.NET Framework (current version)
Generates metadata about the specified endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- endpoint
-
Type:
System.ServiceModel.Description::ServiceEndpoint^
The ServiceEndpoint about which to return metadata.
| Exception | Condition |
|---|---|
| InvalidOperationException | The exporter encountered an error. |
| ArgumentNullException | endpoint is null. |
| ArgumentException | The binding is null. |
Use the ExportEndpoint method to create metadata about a single endpoint.
.NET Framework
Available since 3.0
Available since 3.0
Show: