MetadataExporter.ExportEndpoint(ServiceEndpoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, converts an endpoint into metadata.
public:
abstract void ExportEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public abstract void ExportEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member ExportEndpoint : System.ServiceModel.Description.ServiceEndpoint -> unit
Public MustOverride Sub ExportEndpoint (endpoint As ServiceEndpoint)
Parameters
- endpoint
- ServiceEndpoint
The endpoint to convert.
Remarks
Override and implement ExportEndpoint to convert a contract description into metadata.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.