コード例 #1
0
ファイル: Reference.cs プロジェクト: Zeph3ron/Phantom-Tester
 public System.Threading.Tasks.Task <SOAPService.GetBibleWordsByBookTitleAndChapterResponse> GetBibleWordsByBookTitleAndChapterAsync(string BookTitle, int chapter)
 {
     SOAPService.GetBibleWordsByBookTitleAndChapterRequest inValue = new SOAPService.GetBibleWordsByBookTitleAndChapterRequest();
     inValue.Body           = new SOAPService.GetBibleWordsByBookTitleAndChapterRequestBody();
     inValue.Body.BookTitle = BookTitle;
     inValue.Body.chapter   = chapter;
     return(((SOAPService.BibleWebserviceSoap)(this)).GetBibleWordsByBookTitleAndChapterAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Zeph3ron/Phantom-Tester
 System.Threading.Tasks.Task <SOAPService.GetBibleWordsByBookTitleAndChapterResponse> SOAPService.BibleWebserviceSoap.GetBibleWordsByBookTitleAndChapterAsync(SOAPService.GetBibleWordsByBookTitleAndChapterRequest request)
 {
     return(base.Channel.GetBibleWordsByBookTitleAndChapterAsync(request));
 }