ServiceClient コンストラクター (String, EndpointAddress)

指定されたエンドポイント構成名とリモート アドレスを持つ ServiceClient クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Sub New ( _
    endpointConfigurationName As String, _
    remoteAddress As EndpointAddress _
)
'使用
Dim endpointConfigurationName As String
Dim remoteAddress As EndpointAddress

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

パラメーター

  • endpointConfigurationName
    型: System.String
    エンドポイント構成の名前。
  • remoteAddress
    型: System.ServiceModel.EndpointAddress
    サービス クライアントが マスター データ サービス との通信に使用するリモート アドレスです。

関連項目

参照

ServiceClient クラス

ServiceClient オーバーロード

Microsoft.MasterDataServices 名前空間