C# Class MysqlPot.MySqlServer

显示文件 Open project: schmalle/MysqlPot Class Usage Examples

Public Methods

Method Description
MySqlServer ( int port, String fileName, String ip ) : System
getMyIP ( ) : String
start ( String username, String token, String host ) : void
startInternal ( String username, String token, String host ) : void

Private Methods

Method Description
doSetup ( int port, String fileName ) : void
handleNotConnected ( Mysql x, NetworkStream ns, TcpClient client ) : void
socketCheck ( NetworkStream ns ) : System.Boolean

Method Details

MySqlServer() public method

public MySqlServer ( int port, String fileName, String ip ) : System
port int
fileName String
ip String
return System

getMyIP() public method

public getMyIP ( ) : String
return String

start() public method

public start ( String username, String token, String host ) : void
username String
token String
host String
return void

startInternal() public method

public startInternal ( String username, String token, String host ) : void
username String
token String
host String
return void