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