コード例 #1
0
ファイル: Reference.cs プロジェクト: yaofang3381/MVCLisa
 public System.Threading.Tasks.Task <MVCLisa.ServiceReference1.GetAgeResponse> GetAgeAsync(string id)
 {
     MVCLisa.ServiceReference1.GetAgeRequest inValue = new MVCLisa.ServiceReference1.GetAgeRequest();
     inValue.Body    = new MVCLisa.ServiceReference1.GetAgeRequestBody();
     inValue.Body.id = id;
     return(((MVCLisa.ServiceReference1.WebService1Soap)(this)).GetAgeAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: yaofang3381/MVCLisa
 public string GetAge(string id)
 {
     MVCLisa.ServiceReference1.GetAgeRequest inValue = new MVCLisa.ServiceReference1.GetAgeRequest();
     inValue.Body    = new MVCLisa.ServiceReference1.GetAgeRequestBody();
     inValue.Body.id = id;
     MVCLisa.ServiceReference1.GetAgeResponse retVal = ((MVCLisa.ServiceReference1.WebService1Soap)(this)).GetAge(inValue);
     return(retVal.Body.GetAgeResult);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: yaofang3381/MVCLisa
 System.Threading.Tasks.Task <MVCLisa.ServiceReference1.GetAgeResponse> MVCLisa.ServiceReference1.WebService1Soap.GetAgeAsync(MVCLisa.ServiceReference1.GetAgeRequest request)
 {
     return(base.Channel.GetAgeAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: yaofang3381/MVCLisa
 MVCLisa.ServiceReference1.GetAgeResponse MVCLisa.ServiceReference1.WebService1Soap.GetAge(MVCLisa.ServiceReference1.GetAgeRequest request)
 {
     return(base.Channel.GetAge(request));
 }