terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.Net.Sockets.ISocket Interface Reference
+ Inheritance diagram for Terraria.Net.Sockets.ISocket:

Public Member Functions

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

Detailed Description

Definition at line 7 of file ISocket.cs.


The documentation for this interface was generated from the following file: