C# Class Webservice.WebserviceClient

Inheritance: IWebserviceClient
Exibir arquivo Open project: mhack/gamenoise Class Usage Examples

Public Methods

Method Description
Connect ( ) : void

Connecting to the gamenoise Site

GetView ( String viewName, String displayId, String args, int offset, int limit ) : Object[]
IsConnected ( ) : bool
IsLoggedIn ( ) : bool
Login ( String username, String password ) : Object
Logout ( ) : void

Protected Methods

Method Description
OnConnected ( ) : void
OnLoggedIn ( ) : void

Method Details

Connect() public method

Connecting to the gamenoise Site
public Connect ( ) : void
return void

GetView() public method

public GetView ( String viewName, String displayId, String args, int offset, int limit ) : Object[]
viewName String
displayId String
args String
offset int
limit int
return Object[]

IsConnected() public method

public IsConnected ( ) : bool
return bool

IsLoggedIn() public method

public IsLoggedIn ( ) : bool
return bool

Login() public method

public Login ( String username, String password ) : Object
username String
password String
return Object

Logout() public method

public Logout ( ) : void
return void

OnConnected() protected method

protected OnConnected ( ) : void
return void

OnLoggedIn() protected method

protected OnLoggedIn ( ) : void
return void