Example #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(ServicioPublicoCreditoClient.GetEndpointAddress(EndpointConfiguration.SGEBusService));
 }
Example #2
0
 public ServicioPublicoCreditoClient(EndpointConfiguration endpointConfiguration) :
     base(ServicioPublicoCreditoClient.GetBindingForEndpoint(endpointConfiguration), ServicioPublicoCreditoClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }