Пример #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(CourseSessionTeacher_ServiceClient.GetEndpointAddress(EndpointConfiguration.CourseSessionTeacher_Service));
 }
Пример #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(CourseSessionTeacher_ServiceClient.GetBindingForEndpoint(EndpointConfiguration.CourseSessionTeacher_Service));
 }
Пример #3
0
 public CourseSessionTeacher_ServiceClient(EndpointConfiguration endpointConfiguration) :
     base(CourseSessionTeacher_ServiceClient.GetBindingForEndpoint(endpointConfiguration), CourseSessionTeacher_ServiceClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Пример #4
0
 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);
 }
Пример #5
0
 public CourseSessionTeacher_ServiceClient() :
     base(CourseSessionTeacher_ServiceClient.GetDefaultBinding(), CourseSessionTeacher_ServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.CourseSessionTeacher_Service.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }