Esempio n. 1
0
 public System.Threading.Tasks.Task <SMSSend.sendResponse> sendAsync(string userName, string password, string sourceNo, string[] destNo, string sourcePort, string destPort, string[] clientId, short messageType, short encoding, bool longSupported, System.DateTime dueTime, string content)
 {
     SMSSend.sendRequest inValue = new SMSSend.sendRequest();
     inValue.userName      = userName;
     inValue.password      = password;
     inValue.sourceNo      = sourceNo;
     inValue.destNo        = destNo;
     inValue.sourcePort    = sourcePort;
     inValue.destPort      = destPort;
     inValue.clientId      = clientId;
     inValue.messageType   = messageType;
     inValue.encoding      = encoding;
     inValue.longSupported = longSupported;
     inValue.dueTime       = dueTime;
     inValue.content       = content;
     return(((SMSSend.JaxRpcMessagingService)(this)).sendAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <SMSSend.sendResponse> SMSSend.JaxRpcMessagingService.sendAsync(SMSSend.sendRequest request)
 {
     return(base.Channel.sendAsync(request));
 }