private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() { return(MeetingServiceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_IMeetingService)); }
private static System.ServiceModel.Channels.Binding GetDefaultBinding() { return(MeetingServiceClient.GetBindingForEndpoint(EndpointConfiguration.BasicHttpBinding_IMeetingService)); }
public MeetingServiceClient(EndpointConfiguration endpointConfiguration) : base(MeetingServiceClient.GetBindingForEndpoint(endpointConfiguration), MeetingServiceClient.GetEndpointAddress(endpointConfiguration)) { }
public MeetingServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : base(MeetingServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) { }
public MeetingServiceClient() : base(MeetingServiceClient.GetDefaultBinding(), MeetingServiceClient.GetDefaultEndpointAddress()) { }