C# Class TLSharp.Core.Network.TcpTransport

Inheritance: IDisposable
Afficher le fichier Open project: sochix/TLSharp Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Receieve ( ) : Task
Send ( byte packet ) : System.Threading.Tasks.Task
TcpTransport ( string address, int port ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Receieve() public méthode

public Receieve ( ) : Task
Résultat Task

Send() public méthode

public Send ( byte packet ) : System.Threading.Tasks.Task
packet byte
Résultat System.Threading.Tasks.Task

TcpTransport() public méthode

public TcpTransport ( string address, int port ) : System
address string
port int
Résultat System