コード例 #1
0
ファイル: Reference.cs プロジェクト: fangjun953322/Winform
 public bool Verify(string fileName, string md5)
 {
     WindowsFormsApplication1.ServiceReference1.VerifyRequest inValue = new WindowsFormsApplication1.ServiceReference1.VerifyRequest();
     inValue.Body          = new WindowsFormsApplication1.ServiceReference1.VerifyRequestBody();
     inValue.Body.fileName = fileName;
     inValue.Body.md5      = md5;
     WindowsFormsApplication1.ServiceReference1.VerifyResponse retVal = ((WindowsFormsApplication1.ServiceReference1.WebService1Soap)(this)).Verify(inValue);
     return(retVal.Body.VerifyResult);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: fangjun953322/Winform
 WindowsFormsApplication1.ServiceReference1.VerifyResponse WindowsFormsApplication1.ServiceReference1.WebService1Soap.Verify(WindowsFormsApplication1.ServiceReference1.VerifyRequest request)
 {
     return(base.Channel.Verify(request));
 }