tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.Net.Sockets.TcpSocket Class Reference

Inherits Terraria.Net.Sockets.ISocket.

Public Member Functions

 TcpSocket (TcpClient tcpClient)
 
void AsyncReceive (byte[] data, int offset, int size, SocketReceiveCallback callback, object state=null)
 
void AsyncSend (byte[] data, int offset, int size, SocketSendCallback callback, object state=null)
 
void Close ()
 
void Connect (RemoteAddress address)
 
RemoteAddress GetRemoteAddress ()
 
bool IsConnected ()
 
bool IsDataAvailable ()
 
void SendQueuedPackets ()
 
bool StartListening (SocketConnectionAccepted callback)
 
void StopListening ()
 

Properties

int MessagesInQueue [get]