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