ServiceClient 构造函数 (String, String)

Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address as a string.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Public Sub New ( _
    endpointConfigurationName As String, _
    remoteAddress As String _
)
用法
Dim endpointConfigurationName As String
Dim remoteAddress As String

Dim instance As New ServiceClient(endpointConfigurationName, _
    remoteAddress)
public ServiceClient(
    string endpointConfigurationName,
    string remoteAddress
)
public:
ServiceClient(
    String^ endpointConfigurationName, 
    String^ remoteAddress
)
new : 
        endpointConfigurationName:string * 
        remoteAddress:string -> ServiceClient
public function ServiceClient(
    endpointConfigurationName : String, 
    remoteAddress : String
)

参数

  • endpointConfigurationName
    类型:System.String
    The name of the endpoint configuration.
  • remoteAddress
    类型:System.String
    The string representation of the remote address.

请参阅

参考

ServiceClient 类

ServiceClient 重载

Microsoft.MasterDataServices 命名空间