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