Example #1
0
 public System.Threading.Tasks.Task <ConsumingWCFServiceInWPFApp.AuthProxy.STC_MSG> LoginAsync(ConsumingWCFServiceInWPFApp.AuthProxy.STC_MSG msg)
 {
     return(base.Channel.LoginAsync(msg));
 }
Example #2
0
 public ConsumingWCFServiceInWPFApp.AuthProxy.STC_MSG Login(ConsumingWCFServiceInWPFApp.AuthProxy.STC_MSG msg)
 {
     return(base.Channel.Login(msg));
 }