Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SimpleSOAPJsonConsumer.SimpleService.AuthorizationResponse> AuthenticateAsync(SimpleSOAPJsonConsumer.SimpleService.AuthenticationRequest request)
 {
     return(base.Channel.AuthenticateAsync(request));
 }
Exemplo n.º 2
0
 public SimpleSOAPJsonConsumer.SimpleService.AuthorizationResponse Authenticate(SimpleSOAPJsonConsumer.SimpleService.AuthenticationRequest request)
 {
     return(base.Channel.Authenticate(request));
 }