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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.