コード例 #1
0
 public string ShowScores()
 {
     spelltoscorebyamin.ServiceReference1.ShowScoresRequest inValue = new spelltoscorebyamin.ServiceReference1.ShowScoresRequest();
     inValue.Body = new spelltoscorebyamin.ServiceReference1.ShowScoresRequestBody();
     spelltoscorebyamin.ServiceReference1.ShowScoresResponse retVal = ((spelltoscorebyamin.ServiceReference1.WebServiceExampleSoap)(this)).ShowScores(inValue);
     return(retVal.Body.ShowScoresResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <spelltoscorebyamin.ServiceReference1.ShowScoresResponse> ShowScoresAsync()
 {
     spelltoscorebyamin.ServiceReference1.ShowScoresRequest inValue = new spelltoscorebyamin.ServiceReference1.ShowScoresRequest();
     inValue.Body = new spelltoscorebyamin.ServiceReference1.ShowScoresRequestBody();
     return(((spelltoscorebyamin.ServiceReference1.WebServiceExampleSoap)(this)).ShowScoresAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <spelltoscorebyamin.ServiceReference1.ShowScoresResponse> spelltoscorebyamin.ServiceReference1.WebServiceExampleSoap.ShowScoresAsync(spelltoscorebyamin.ServiceReference1.ShowScoresRequest request)
 {
     return(base.Channel.ShowScoresAsync(request));
 }
コード例 #4
0
 spelltoscorebyamin.ServiceReference1.ShowScoresResponse spelltoscorebyamin.ServiceReference1.WebServiceExampleSoap.ShowScores(spelltoscorebyamin.ServiceReference1.ShowScoresRequest request)
 {
     return(base.Channel.ShowScores(request));
 }