Exemple #1
0
 public string GetInfo()
 {
     WCF.MNB.GetInfoRequest inValue = new WCF.MNB.GetInfoRequest();
     inValue.Body = new WCF.MNB.GetInfoRequestBody();
     WCF.MNB.GetInfoResponse retVal = ((WCF.MNB.MNBArfolyamServiceSoap)(this)).GetInfo(inValue);
     return(retVal.Body.GetInfoResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <WCF.MNB.GetInfoResponse> GetInfoAsync()
 {
     WCF.MNB.GetInfoRequest inValue = new WCF.MNB.GetInfoRequest();
     inValue.Body = new WCF.MNB.GetInfoRequestBody();
     return(((WCF.MNB.MNBArfolyamServiceSoap)(this)).GetInfoAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <WCF.MNB.GetInfoResponse> WCF.MNB.MNBArfolyamServiceSoap.GetInfoAsync(WCF.MNB.GetInfoRequest request)
 {
     return(base.Channel.GetInfoAsync(request));
 }
Exemple #4
0
 WCF.MNB.GetInfoResponse WCF.MNB.MNBArfolyamServiceSoap.GetInfo(WCF.MNB.GetInfoRequest request)
 {
     return(base.Channel.GetInfo(request));
 }