예제 #1
0
파일: Reference.cs 프로젝트: lslm/PASClient
 public System.Threading.Tasks.Task <PASClient.PASService.uploadResponse> uploadAsync(string arg0, string arg1)
 {
     PASClient.PASService.uploadRequest inValue = new PASClient.PASService.uploadRequest();
     inValue.Body      = new PASClient.PASService.uploadRequestBody();
     inValue.Body.arg0 = arg0;
     inValue.Body.arg1 = arg1;
     return(((PASClient.PASService.IFileHandlerSEI)(this)).uploadAsync(inValue));
 }
예제 #2
0
파일: Reference.cs 프로젝트: lslm/PASClient
 public void upload(string arg0, string arg1)
 {
     PASClient.PASService.uploadRequest inValue = new PASClient.PASService.uploadRequest();
     inValue.Body      = new PASClient.PASService.uploadRequestBody();
     inValue.Body.arg0 = arg0;
     inValue.Body.arg1 = arg1;
     PASClient.PASService.uploadResponse retVal = ((PASClient.PASService.IFileHandlerSEI)(this)).upload(inValue);
 }
예제 #3
0
파일: Reference.cs 프로젝트: lslm/PASClient
 System.Threading.Tasks.Task <PASClient.PASService.uploadResponse> PASClient.PASService.IFileHandlerSEI.uploadAsync(PASClient.PASService.uploadRequest request)
 {
     return(base.Channel.uploadAsync(request));
 }
예제 #4
0
파일: Reference.cs 프로젝트: lslm/PASClient
 PASClient.PASService.uploadResponse PASClient.PASService.IFileHandlerSEI.upload(PASClient.PASService.uploadRequest request)
 {
     return(base.Channel.upload(request));
 }