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