예제 #1
0
 public System.Threading.Tasks.Task <VSClient.StockExchange.userLoginResponse> userLoginAsync(string username, string password)
 {
     VSClient.StockExchange.userLoginRequest inValue = new VSClient.StockExchange.userLoginRequest();
     inValue.username = username;
     inValue.password = password;
     return(((VSClient.StockExchange.PurchaseShares)(this)).userLoginAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <VSClient.StockExchange.userLoginResponse> VSClient.StockExchange.PurchaseShares.userLoginAsync(VSClient.StockExchange.userLoginRequest request)
 {
     return(base.Channel.userLoginAsync(request));
 }