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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.