ServiceClient 생성자 (String, EndpointAddress)
Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address.
네임스페이스: 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
The name of the endpoint configuration.
- remoteAddress
유형: System.ServiceModel.EndpointAddress
The remote address which the service client uses to communicate with Master Data Services.