Exemple #1
0
 public System.Threading.Tasks.Task <PASClient.PASService.uploadChatFileResponse> uploadChatFileAsync(string arg0)
 {
     PASClient.PASService.uploadChatFileRequest inValue = new PASClient.PASService.uploadChatFileRequest();
     inValue.Body      = new PASClient.PASService.uploadChatFileRequestBody();
     inValue.Body.arg0 = arg0;
     return(((PASClient.PASService.IFileHandlerSEI)(this)).uploadChatFileAsync(inValue));
 }
Exemple #2
0
 public void uploadChatFile(string arg0)
 {
     PASClient.PASService.uploadChatFileRequest inValue = new PASClient.PASService.uploadChatFileRequest();
     inValue.Body      = new PASClient.PASService.uploadChatFileRequestBody();
     inValue.Body.arg0 = arg0;
     PASClient.PASService.uploadChatFileResponse retVal = ((PASClient.PASService.IFileHandlerSEI)(this)).uploadChatFile(inValue);
 }
Exemple #3
0
 System.Threading.Tasks.Task <PASClient.PASService.uploadChatFileResponse> PASClient.PASService.IFileHandlerSEI.uploadChatFileAsync(PASClient.PASService.uploadChatFileRequest request)
 {
     return(base.Channel.uploadChatFileAsync(request));
 }
Exemple #4
0
 PASClient.PASService.uploadChatFileResponse PASClient.PASService.IFileHandlerSEI.uploadChatFile(PASClient.PASService.uploadChatFileRequest request)
 {
     return(base.Channel.uploadChatFile(request));
 }