private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() { return(QLKHDataServiceClient.GetEndpointAddress(EndpointConfiguration.NetTcpBinding_IQLKHDataService)); }
private static System.ServiceModel.Channels.Binding GetDefaultBinding() { return(QLKHDataServiceClient.GetBindingForEndpoint(EndpointConfiguration.NetTcpBinding_IQLKHDataService)); }
public QLKHDataServiceClient(EndpointConfiguration endpointConfiguration) : base(QLKHDataServiceClient.GetBindingForEndpoint(endpointConfiguration), QLKHDataServiceClient.GetEndpointAddress(endpointConfiguration)) { this.Endpoint.Name = endpointConfiguration.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }
public QLKHDataServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : base(QLKHDataServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) { this.Endpoint.Name = endpointConfiguration.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }
public QLKHDataServiceClient() : base(QLKHDataServiceClient.GetDefaultBinding(), QLKHDataServiceClient.GetDefaultEndpointAddress()) { this.Endpoint.Name = EndpointConfiguration.NetTcpBinding_IQLKHDataService.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }