예제 #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(QLKHDataServiceClient.GetEndpointAddress(EndpointConfiguration.NetTcpBinding_IQLKHDataService));
 }
예제 #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(QLKHDataServiceClient.GetBindingForEndpoint(EndpointConfiguration.NetTcpBinding_IQLKHDataService));
 }
예제 #3
0
 public QLKHDataServiceClient(EndpointConfiguration endpointConfiguration) :
     base(QLKHDataServiceClient.GetBindingForEndpoint(endpointConfiguration), QLKHDataServiceClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
예제 #4
0
 public QLKHDataServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(QLKHDataServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
예제 #5
0
 public QLKHDataServiceClient() :
     base(QLKHDataServiceClient.GetDefaultBinding(), QLKHDataServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.NetTcpBinding_IQLKHDataService.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }