terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | InternalReadCallback |
Public Member Functions | |
SocialSocket () | |
SocialSocket (RemoteAddress remoteAddress) | |
Private Member Functions | |
void ISocket. | Close () |
bool ISocket. | IsConnected () |
void ISocket. | Connect (RemoteAddress address) |
void ISocket. | AsyncSend (byte[] data, int offset, int size, SocketSendCallback callback, object state) |
void | ReadCallback (byte[] data, int offset, int size, SocketReceiveCallback callback, object state) |
void ISocket. | AsyncReceive (byte[] data, int offset, int size, SocketReceiveCallback callback, object state) |
void ISocket. | SendQueuedPackets () |
bool ISocket. | IsDataAvailable () |
RemoteAddress ISocket. | GetRemoteAddress () |
bool ISocket. | StartListening (SocketConnectionAccepted callback) |
void ISocket. | StopListening () |
Private Attributes | |
RemoteAddress | _remoteAddress |
Definition at line 7 of file SocialSocket.cs.