Ejemplo n.º 1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(QLKHDataServiceClient.GetEndpointAddress(EndpointConfiguration.NetTcpBinding_IQLKHDataService));
 }
Ejemplo n.º 2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(QLKHDataServiceClient.GetBindingForEndpoint(EndpointConfiguration.NetTcpBinding_IQLKHDataService));
 }
Ejemplo n.º 3
0
 public QLKHDataServiceClient(EndpointConfiguration endpointConfiguration) :
     base(QLKHDataServiceClient.GetBindingForEndpoint(endpointConfiguration), QLKHDataServiceClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 5
0
 public QLKHDataServiceClient() :
     base(QLKHDataServiceClient.GetDefaultBinding(), QLKHDataServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.NetTcpBinding_IQLKHDataService.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }