terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 () |
Definition at line 7 of file ISocket.cs.