DiscoveryClient 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 DiscoveryClient 类的新实例。
重载
DiscoveryClient() |
创建 DiscoveryClient 类的新实例。 |
DiscoveryClient(DiscoveryEndpoint) |
使用指定的发现终结点创建 DiscoveryClient 类的新实例。 |
DiscoveryClient(String) |
使用指定的终结点配置创建 DiscoveryClient 类的新实例。 |
DiscoveryClient()
创建 DiscoveryClient 类的新实例。
public:
DiscoveryClient();
public DiscoveryClient ();
Public Sub New ()
适用于
DiscoveryClient(DiscoveryEndpoint)
使用指定的发现终结点创建 DiscoveryClient 类的新实例。
public:
DiscoveryClient(System::ServiceModel::Discovery::DiscoveryEndpoint ^ discoveryEndpoint);
public DiscoveryClient (System.ServiceModel.Discovery.DiscoveryEndpoint discoveryEndpoint);
new System.ServiceModel.Discovery.DiscoveryClient : System.ServiceModel.Discovery.DiscoveryEndpoint -> System.ServiceModel.Discovery.DiscoveryClient
Public Sub New (discoveryEndpoint As DiscoveryEndpoint)
参数
- discoveryEndpoint
- DiscoveryEndpoint
发送发现消息时要使用的发现终结点。
适用于
DiscoveryClient(String)
使用指定的终结点配置创建 DiscoveryClient 类的新实例。
public:
DiscoveryClient(System::String ^ endpointConfigurationName);
public DiscoveryClient (string endpointConfigurationName);
new System.ServiceModel.Discovery.DiscoveryClient : string -> System.ServiceModel.Discovery.DiscoveryClient
Public Sub New (endpointConfigurationName As String)
参数
- endpointConfigurationName
- String
要使用的终结点配置名称。