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.SocialSocket Class Reference
+ Inheritance diagram for Terraria.Net.Sockets.SocialSocket:

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
 

Detailed Description

Definition at line 7 of file SocialSocket.cs.


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