C# Class SharpUV.TcpClientSocket

Inheritance: TcpSocket
Afficher le fichier Open project: gigi81/sharpuv

Private Properties

Свойство Type Description
OnConnect void
OnResolve void

Méthodes publiques

Méthode Description
Connect ( IPEndPoint endpoint, Action callback = null ) : void
Connect ( IntPtr address, Action callback = null ) : void
Connect ( string ip, int port, Action callback = null ) : void
Resolve ( string node, string service, Action callback = null ) : void
TcpClientSocket ( ) : System
TcpClientSocket ( Loop loop ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
InitDelegates ( ) : void
OnConnect ( UvArgs args ) : void
OnResolve ( UvArgs args ) : void

Private Methods

Méthode Description
OnConnect ( IntPtr connection, int status ) : void
OnResolve ( IntPtr resolver, int status, IntPtr addrinfo ) : void

Method Details

Connect() public méthode

public Connect ( IPEndPoint endpoint, Action callback = null ) : void
endpoint System.Net.IPEndPoint
callback Action
Résultat void

Connect() public méthode

public Connect ( IntPtr address, Action callback = null ) : void
address System.IntPtr
callback Action
Résultat void

Connect() public méthode

public Connect ( string ip, int port, Action callback = null ) : void
ip string
port int
callback Action
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InitDelegates() protected méthode

protected InitDelegates ( ) : void
Résultat void

OnConnect() protected méthode

protected OnConnect ( UvArgs args ) : void
args UvArgs
Résultat void

OnResolve() protected méthode

protected OnResolve ( UvArgs args ) : void
args UvArgs
Résultat void

Resolve() public méthode

public Resolve ( string node, string service, Action callback = null ) : void
node string
service string
callback Action
Résultat void

TcpClientSocket() public méthode

public TcpClientSocket ( ) : System
Résultat System

TcpClientSocket() public méthode

public TcpClientSocket ( Loop loop ) : System
loop Loop
Résultat System