Exemple #1
0
 public System.Threading.Tasks.Task <StatisticsWebApplication.StatisticsServiceRef.UploadFileResponse> UploadFileAsync(byte[] f, string fileName)
 {
     StatisticsWebApplication.StatisticsServiceRef.UploadFileRequest inValue = new StatisticsWebApplication.StatisticsServiceRef.UploadFileRequest();
     inValue.Body          = new StatisticsWebApplication.StatisticsServiceRef.UploadFileRequestBody();
     inValue.Body.f        = f;
     inValue.Body.fileName = fileName;
     return(((StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap)(this)).UploadFileAsync(inValue));
 }
Exemple #2
0
 public void UploadFile(byte[] f, string fileName)
 {
     StatisticsWebApplication.StatisticsServiceRef.UploadFileRequest inValue = new StatisticsWebApplication.StatisticsServiceRef.UploadFileRequest();
     inValue.Body          = new StatisticsWebApplication.StatisticsServiceRef.UploadFileRequestBody();
     inValue.Body.f        = f;
     inValue.Body.fileName = fileName;
     StatisticsWebApplication.StatisticsServiceRef.UploadFileResponse retVal = ((StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap)(this)).UploadFile(inValue);
 }
Exemple #3
0
 System.Threading.Tasks.Task <StatisticsWebApplication.StatisticsServiceRef.UploadFileResponse> StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap.UploadFileAsync(StatisticsWebApplication.StatisticsServiceRef.UploadFileRequest request)
 {
     return(base.Channel.UploadFileAsync(request));
 }
Exemple #4
0
 StatisticsWebApplication.StatisticsServiceRef.UploadFileResponse StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap.UploadFile(StatisticsWebApplication.StatisticsServiceRef.UploadFileRequest request)
 {
     return(base.Channel.UploadFile(request));
 }