コード例 #1
0
ファイル: Reference.cs プロジェクト: shfuyuyang/OneDayOnePage
 public getMatch.worldCupServer.ArrayOfMatch getMatch(string team)
 {
     getMatch.worldCupServer.getMatchRequest inValue = new getMatch.worldCupServer.getMatchRequest();
     inValue.Body      = new getMatch.worldCupServer.getMatchRequestBody();
     inValue.Body.team = team;
     getMatch.worldCupServer.getMatchResponse retVal = ((getMatch.worldCupServer.worldCupSoap)(this)).getMatch(inValue);
     return(retVal.Body.getMatchResult);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: shfuyuyang/OneDayOnePage
 getMatch.worldCupServer.getMatchResponse getMatch.worldCupServer.worldCupSoap.getMatch(getMatch.worldCupServer.getMatchRequest request)
 {
     return(base.Channel.getMatch(request));
 }