Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <BlackListCompany.ServiceReference.sendRequestResponse> sendRequestAsync(byte[] requestFile, byte[] signatureFile)
 {
     BlackListCompany.ServiceReference.sendRequestRequest inValue = new BlackListCompany.ServiceReference.sendRequestRequest();
     inValue.Body               = new BlackListCompany.ServiceReference.sendRequestRequestBody();
     inValue.Body.requestFile   = requestFile;
     inValue.Body.signatureFile = signatureFile;
     return(((BlackListCompany.ServiceReference.OperatorRequestPortType)(this)).sendRequestAsync(inValue));
 }
Ejemplo n.º 2
0
 public bool sendRequest(byte[] requestFile, byte[] signatureFile, out string resultComment, out string code)
 {
     BlackListCompany.ServiceReference.sendRequestRequest inValue = new BlackListCompany.ServiceReference.sendRequestRequest();
     inValue.Body               = new BlackListCompany.ServiceReference.sendRequestRequestBody();
     inValue.Body.requestFile   = requestFile;
     inValue.Body.signatureFile = signatureFile;
     BlackListCompany.ServiceReference.sendRequestResponse retVal = ((BlackListCompany.ServiceReference.OperatorRequestPortType)(this)).sendRequest(inValue);
     resultComment = retVal.Body.resultComment;
     code          = retVal.Body.code;
     return(retVal.Body.result);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <BlackListCompany.ServiceReference.sendRequestResponse> BlackListCompany.ServiceReference.OperatorRequestPortType.sendRequestAsync(BlackListCompany.ServiceReference.sendRequestRequest request)
 {
     return(base.Channel.sendRequestAsync(request));
 }
Ejemplo n.º 4
0
 BlackListCompany.ServiceReference.sendRequestResponse BlackListCompany.ServiceReference.OperatorRequestPortType.sendRequest(BlackListCompany.ServiceReference.sendRequestRequest request)
 {
     return(base.Channel.sendRequest(request));
 }