Exemple #1
0
 public highScore[] getHighScore(string username, string password, ClientServiceWeb.ServiceReference1.getHighScore getHighScore1)
 {
     ClientServiceWeb.ServiceReference1.getHighScoreRequest inValue = new ClientServiceWeb.ServiceReference1.getHighScoreRequest();
     inValue.username     = username;
     inValue.password     = password;
     inValue.getHighScore = getHighScore1;
     ClientServiceWeb.ServiceReference1.getHighScoreResponse retVal = ((ClientServiceWeb.ServiceReference1.SOAPWS)(this)).getHighScore(inValue);
     return(retVal.getHighScoreResponse1);
 }
Exemple #2
0
 public getHighScoreRequest(string username, string password, ClientServiceWeb.ServiceReference1.getHighScore getHighScore)
 {
     this.username     = username;
     this.password     = password;
     this.getHighScore = getHighScore;
 }