MetadataExporter.ExportEndpoint(ServiceEndpoint) Метод

Определение

При переопределении в производном классе преобразует конечную точку в метаданные.

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)

Параметры

endpoint
ServiceEndpoint

Преобразуемая конечная точка.

Комментарии

Можно выполнить переопределение и реализовать ExportEndpoint для преобразования описания контракта в метаданные.

Применяется к