C# 클래스 CSharpUtils._45.MysqlAsync.MysqlClientAsync

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Sha1 ( byte Data ) : byte[]

메소드 상세

ConnectAsync() 공개 메소드

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
리턴 System.Threading.Tasks.Task

HandlePacketAsync() 공개 메소드

public HandlePacketAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

MysqlClientAsync() 공개 메소드

public MysqlClientAsync ( ) : System
리턴 System

Sha1() 보호된 정적인 메소드

protected static Sha1 ( byte Data ) : byte[]
Data byte
리턴 byte[]