ServiceClient 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ServiceClient 클래스의 새 인스턴스를 초기화합니다.
오버로드
ServiceClient() |
기본값을 사용하여 ServiceClient 클래스의 새 인스턴스를 초기화합니다. |
ServiceClient(String) |
지정된 엔드포인트 구성 이름을 사용하여 ServiceClient 클래스의 새 인스턴스를 초기화합니다. |
ServiceClient(Binding, EndpointAddress) |
지정된 바인딩 및 원격 주소를 가진 ServiceClient 클래스의 새 인스턴스를 초기화합니다. |
ServiceClient(String, EndpointAddress) |
지정된 엔드포인트 구성 이름 및 원격 주소를 가진 ServiceClient 클래스의 새 인스턴스를 초기화합니다. |
ServiceClient(String, String) |
지정된 엔드포인트 구성 이름 및 원격 주소를 문자열 형식으로 가진 ServiceClient 클래스의 새 인스턴스를 초기화합니다. |
ServiceClient()
기본값을 사용하여 ServiceClient 클래스의 새 인스턴스를 초기화합니다.
public:
ServiceClient();
public ServiceClient ();
Public Sub New ()
적용 대상
ServiceClient(String)
지정된 엔드포인트 구성 이름을 사용하여 ServiceClient 클래스의 새 인스턴스를 초기화합니다.
public:
ServiceClient(System::String ^ endpointConfigurationName);
public ServiceClient (string endpointConfigurationName);
new Microsoft.MasterDataServices.ServiceClient : string -> Microsoft.MasterDataServices.ServiceClient
Public Sub New (endpointConfigurationName As String)
매개 변수
- endpointConfigurationName
- String
엔드포인트 구성의 이름입니다.
적용 대상
ServiceClient(Binding, EndpointAddress)
지정된 바인딩 및 원격 주소를 가진 ServiceClient 클래스의 새 인스턴스를 초기화합니다.
public:
ServiceClient(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ remoteAddress);
public ServiceClient (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress);
new Microsoft.MasterDataServices.ServiceClient : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> Microsoft.MasterDataServices.ServiceClient
Public Sub New (binding As Binding, remoteAddress As EndpointAddress)
매개 변수
- binding
- Binding
서비스 클라이언트가 MDS(Master Data Services) 통신하는 데 사용하는 바인딩입니다.
- remoteAddress
- EndpointAddress
서비스 클라이언트가 MDS(Master Data Services) 통신하는 데 사용하는 원격 주소입니다.
적용 대상
ServiceClient(String, EndpointAddress)
지정된 엔드포인트 구성 이름 및 원격 주소를 가진 ServiceClient 클래스의 새 인스턴스를 초기화합니다.
public:
ServiceClient(System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress);
public ServiceClient (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress);
new Microsoft.MasterDataServices.ServiceClient : string * System.ServiceModel.EndpointAddress -> Microsoft.MasterDataServices.ServiceClient
Public Sub New (endpointConfigurationName As String, remoteAddress As EndpointAddress)
매개 변수
- endpointConfigurationName
- String
엔드포인트 구성의 이름입니다.
- remoteAddress
- EndpointAddress
서비스 클라이언트가 MDS(Master Data Services) 통신하는 데 사용하는 원격 주소입니다.
적용 대상
ServiceClient(String, String)
지정된 엔드포인트 구성 이름 및 원격 주소를 문자열 형식으로 가진 ServiceClient 클래스의 새 인스턴스를 초기화합니다.
public:
ServiceClient(System::String ^ endpointConfigurationName, System::String ^ remoteAddress);
public ServiceClient (string endpointConfigurationName, string remoteAddress);
new Microsoft.MasterDataServices.ServiceClient : string * string -> Microsoft.MasterDataServices.ServiceClient
Public Sub New (endpointConfigurationName As String, remoteAddress As String)
매개 변수
- endpointConfigurationName
- String
엔드포인트 구성의 이름입니다.
- remoteAddress
- String
원격 주소의 문자열 표현입니다.