コード例 #1
0
ファイル: Reference.cs プロジェクト: Emmyandersson/WCF
 public System.Threading.Tasks.Task <HarryPotterBooks_Win.HarryPotterBooks.BookNameResponse> BookNameAsync(string name)
 {
     HarryPotterBooks_Win.HarryPotterBooks.BookNameRequest inValue = new HarryPotterBooks_Win.HarryPotterBooks.BookNameRequest();
     inValue.Body      = new HarryPotterBooks_Win.HarryPotterBooks.BookNameRequestBody();
     inValue.Body.name = name;
     return(((HarryPotterBooks_Win.HarryPotterBooks.HarryPotterBooksSoap)(this)).BookNameAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Emmyandersson/WCF
 public string BookName(string name)
 {
     HarryPotterBooks_Win.HarryPotterBooks.BookNameRequest inValue = new HarryPotterBooks_Win.HarryPotterBooks.BookNameRequest();
     inValue.Body      = new HarryPotterBooks_Win.HarryPotterBooks.BookNameRequestBody();
     inValue.Body.name = name;
     HarryPotterBooks_Win.HarryPotterBooks.BookNameResponse retVal = ((HarryPotterBooks_Win.HarryPotterBooks.HarryPotterBooksSoap)(this)).BookName(inValue);
     return(retVal.Body.BookNameResult);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: Emmyandersson/WCF
 System.Threading.Tasks.Task <HarryPotterBooks_Win.HarryPotterBooks.BookNameResponse> HarryPotterBooks_Win.HarryPotterBooks.HarryPotterBooksSoap.BookNameAsync(HarryPotterBooks_Win.HarryPotterBooks.BookNameRequest request)
 {
     return(base.Channel.BookNameAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: Emmyandersson/WCF
 HarryPotterBooks_Win.HarryPotterBooks.BookNameResponse HarryPotterBooks_Win.HarryPotterBooks.HarryPotterBooksSoap.BookName(HarryPotterBooks_Win.HarryPotterBooks.BookNameRequest request)
 {
     return(base.Channel.BookName(request));
 }