Exemple #1
0
 public System.Threading.Tasks.Task <AppClient.AppDownloadDocument.DownloadDocumentResponse> DownloadDocumentAsync(string protocolVersion, string id, string userId, AppClient.AppDownloadDocument.XRoadServiceIdentifierType service, AppClient.AppDownloadDocument.XRoadClientIdentifierType client, string Inn)
 {
     AppClient.AppDownloadDocument.DownloadDocumentRequest inValue = new AppClient.AppDownloadDocument.DownloadDocumentRequest();
     inValue.protocolVersion = protocolVersion;
     inValue.id      = id;
     inValue.userId  = userId;
     inValue.service = service;
     inValue.client  = client;
     inValue.Inn     = Inn;
     return(((AppClient.AppDownloadDocument.IAppService)(this)).DownloadDocumentAsync(inValue));
 }
Exemple #2
0
 public AppClient.AppDownloadDocument.File DownloadDocument(ref string protocolVersion, ref string id, ref string userId, ref AppClient.AppDownloadDocument.XRoadServiceIdentifierType service, ref AppClient.AppDownloadDocument.XRoadClientIdentifierType client, string Inn)
 {
     AppClient.AppDownloadDocument.DownloadDocumentRequest inValue = new AppClient.AppDownloadDocument.DownloadDocumentRequest();
     inValue.protocolVersion = protocolVersion;
     inValue.id      = id;
     inValue.userId  = userId;
     inValue.service = service;
     inValue.client  = client;
     inValue.Inn     = Inn;
     AppClient.AppDownloadDocument.DownloadDocumentResponse retVal = ((AppClient.AppDownloadDocument.IAppService)(this)).DownloadDocument(inValue);
     protocolVersion = retVal.protocolVersion;
     id      = retVal.id;
     userId  = retVal.userId;
     service = retVal.service;
     client  = retVal.client;
     return(retVal.DownloadDocumentResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <AppClient.AppDownloadDocument.DownloadDocumentResponse> AppClient.AppDownloadDocument.IAppService.DownloadDocumentAsync(AppClient.AppDownloadDocument.DownloadDocumentRequest request)
 {
     return(base.Channel.DownloadDocumentAsync(request));
 }
Exemple #4
0
 AppClient.AppDownloadDocument.DownloadDocumentResponse AppClient.AppDownloadDocument.IAppService.DownloadDocument(AppClient.AppDownloadDocument.DownloadDocumentRequest request)
 {
     return(base.Channel.DownloadDocument(request));
 }