예제 #1
0
파일: Reference.cs 프로젝트: SutoZ/WCF
 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);
 }
예제 #2
0
파일: Reference.cs 프로젝트: SutoZ/WCF
 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));
 }
예제 #3
0
파일: Reference.cs 프로젝트: SutoZ/WCF
 System.Threading.Tasks.Task <WCF.MNB.GetInfoResponse> WCF.MNB.MNBArfolyamServiceSoap.GetInfoAsync(WCF.MNB.GetInfoRequest request)
 {
     return(base.Channel.GetInfoAsync(request));
 }
예제 #4
0
파일: Reference.cs 프로젝트: SutoZ/WCF
 WCF.MNB.GetInfoResponse WCF.MNB.MNBArfolyamServiceSoap.GetInfo(WCF.MNB.GetInfoRequest request)
 {
     return(base.Channel.GetInfo(request));
 }