C# Class CSharpUtils._45.MysqlAsync.MysqlClientAsync

Mostrar archivo Open project: soywiz/csharputils

Public Methods

Method Description
ConnectAsync ( int Port = 3306, string Host = "127.0.0.1", string User = "root", string Password = "" ) : System.Threading.Tasks.Task
HandlePacketAsync ( ) : System.Threading.Tasks.Task
MysqlClientAsync ( ) : System

Protected Methods

Method Description
Sha1 ( byte Data ) : byte[]

Method Details

ConnectAsync() public method

public ConnectAsync ( int Port = 3306, string Host = "127.0.0.1", string User = "root", string Password = "" ) : System.Threading.Tasks.Task
Port int
Host string
User string
Password string
return System.Threading.Tasks.Task

HandlePacketAsync() public method

public HandlePacketAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

MysqlClientAsync() public method

public MysqlClientAsync ( ) : System
return System

Sha1() protected static method

protected static Sha1 ( byte Data ) : byte[]
Data byte
return byte[]