Example #1
0
 public ReportsEngineServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(ReportsEngineServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Example #2
0
 public ReportsEngineServiceClient(EndpointConfiguration endpointConfiguration) :
     base(ReportsEngineServiceClient.GetBindingForEndpoint(endpointConfiguration), ReportsEngineServiceClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Example #3
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(ReportsEngineServiceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_IReportsEngineService));
 }
Example #4
0
 public ReportsEngineServiceClient() :
     base(ReportsEngineServiceClient.GetDefaultBinding(), ReportsEngineServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_IReportsEngineService.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Example #5
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(ReportsEngineServiceClient.GetBindingForEndpoint(EndpointConfiguration.BasicHttpBinding_IReportsEngineService));
 }