示例#1
0
 public System.Threading.Tasks.Task <Client.AuthenticationReference.MSG> DispatchingAsync(Client.AuthenticationReference.MSG msg)
 {
     return(base.Channel.DispatchingAsync(msg));
 }
示例#2
0
 public Client.AuthenticationReference.MSG Dispatching(Client.AuthenticationReference.MSG msg)
 {
     return(base.Channel.Dispatching(msg));
 }