指定されたバインドとリモート アドレスを持つ ServiceClient クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
binding As Binding, _
remoteAddress As EndpointAddress _
)
'使用
Dim binding As Binding
Dim remoteAddress As EndpointAddress
Dim instance As New ServiceClient(binding, _
remoteAddress)
public ServiceClient(
Binding binding,
EndpointAddress remoteAddress
)
public:
ServiceClient(
Binding^ binding,
EndpointAddress^ remoteAddress
)
new :
binding:Binding *
remoteAddress:EndpointAddress -> ServiceClient
public function ServiceClient(
binding : Binding,
remoteAddress : EndpointAddress
)
パラメーター
- binding
型: System.ServiceModel.Channels.Binding
サービス クライアントが マスター データ サービス との通信に使用するバインドです。
- remoteAddress
型: System.ServiceModel.EndpointAddress
サービス クライアントが マスター データ サービス との通信に使用するリモート アドレスです。