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