Ejemplo n.º 1
0
 public SessionResult GetSession(string sessionKey)
 {
     return(ClientUtil.RequestSession(this._serverUrl, this._token, sessionKey));
 }