예제 #1
0
 public SystemServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(SystemServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
예제 #2
0
파일: Reference.cs 프로젝트: heksan/PCJack
 public SystemServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(SystemServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
 }
예제 #3
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(SystemServiceClient.GetBindingForEndpoint(EndpointConfiguration.NetTcpBinding_ISystemService));
 }
예제 #4
0
파일: Reference.cs 프로젝트: heksan/PCJack
 public SystemServiceClient(EndpointConfiguration endpointConfiguration) :
     base(SystemServiceClient.GetBindingForEndpoint(endpointConfiguration), SystemServiceClient.GetEndpointAddress(endpointConfiguration))
 {
 }