tModLoader v2024.03
A mod to make and play Terraria mods
SocialSocket Class Reference

Inherits ISocket.

Public Member Functions

 SocialSocket (RemoteAddress remoteAddress)
 
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 ()