C# Class Terraria.Net.Sockets.TcpSocket

Inheritance: ISocket
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
TcpSocket ( ) : System
TcpSocket ( TcpClient tcpClient ) : System

Private Methods

Méthode Description
ISocket ( ) : RemoteAddress
ISocket ( ) : bool
ISocket ( SocketConnectionAccepted callback ) : bool
ISocket ( ) : void
ISocket ( RemoteAddress address ) : void
ISocket ( byte data, int offset, int size, SocketReceiveCallback callback, object state ) : void
ISocket ( byte data, int offset, int size, SocketSendCallback callback, object state ) : void
ListenLoop ( object unused ) : void
ReadCallback ( IAsyncResult result ) : void
SendCallback ( IAsyncResult result ) : void

Method Details

TcpSocket() public méthode

public TcpSocket ( ) : System
Résultat System

TcpSocket() public méthode

public TcpSocket ( TcpClient tcpClient ) : System
tcpClient System.Net.Sockets.TcpClient
Résultat System