コード例 #1
0
ファイル: Reference.cs プロジェクト: zhangyongproject/Web
 public System.Threading.Tasks.Task <WpfApplication1.EquipmentServ.GetEquipmentInfoResponse> GetEquipmentInfoAsync(string strjson)
 {
     WpfApplication1.EquipmentServ.GetEquipmentInfoRequest inValue = new WpfApplication1.EquipmentServ.GetEquipmentInfoRequest();
     inValue.Body         = new WpfApplication1.EquipmentServ.GetEquipmentInfoRequestBody();
     inValue.Body.strjson = strjson;
     return(((WpfApplication1.EquipmentServ.EquipmentServiceSoap)(this)).GetEquipmentInfoAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: zhangyongproject/Web
 public string GetEquipmentInfo(string strjson)
 {
     WpfApplication1.EquipmentServ.GetEquipmentInfoRequest inValue = new WpfApplication1.EquipmentServ.GetEquipmentInfoRequest();
     inValue.Body         = new WpfApplication1.EquipmentServ.GetEquipmentInfoRequestBody();
     inValue.Body.strjson = strjson;
     WpfApplication1.EquipmentServ.GetEquipmentInfoResponse retVal = ((WpfApplication1.EquipmentServ.EquipmentServiceSoap)(this)).GetEquipmentInfo(inValue);
     return(retVal.Body.GetEquipmentInfoResult);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: zhangyongproject/Web
 System.Threading.Tasks.Task <WpfApplication1.EquipmentServ.GetEquipmentInfoResponse> WpfApplication1.EquipmentServ.EquipmentServiceSoap.GetEquipmentInfoAsync(WpfApplication1.EquipmentServ.GetEquipmentInfoRequest request)
 {
     return(base.Channel.GetEquipmentInfoAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: zhangyongproject/Web
 WpfApplication1.EquipmentServ.GetEquipmentInfoResponse WpfApplication1.EquipmentServ.EquipmentServiceSoap.GetEquipmentInfo(WpfApplication1.EquipmentServ.GetEquipmentInfoRequest request)
 {
     return(base.Channel.GetEquipmentInfo(request));
 }