C# Class PAZ.API.PAZApi

ファイルを表示 Open project: PAZ-MI4Ie/client

Public Methods

Method Description
AddPair ( ) : int
Login ( string username, string password ) : System.Boolean
PAZApi ( String ip, int port ) : System

Private Methods

Method Description
SendRequest ( String request ) : String

Method Details

AddPair() public method

public AddPair ( ) : int
return int

Login() public method

public Login ( string username, string password ) : System.Boolean
username string
password string
return System.Boolean

PAZApi() public method

public PAZApi ( String ip, int port ) : System
ip String
port int
return System