DiscoveryEndpointElement.InitializeFrom(ServiceEndpoint) 方法

定义

从给定的终结点中初始化 DiscoveryEndpoint

protected public:
 override void InitializeFrom(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected internal override void InitializeFrom (System.ServiceModel.Description.ServiceEndpoint endpoint);
override this.InitializeFrom : System.ServiceModel.Description.ServiceEndpoint -> unit
Protected Friend Overrides Sub InitializeFrom (endpoint As ServiceEndpoint)

参数

endpoint
ServiceEndpoint

要转换的服务终结点对象。

适用于