Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Net.Sockets.SocialSocket Class Reference

Public Member Functions

 SocialSocket ()
 
 SocialSocket (RemoteAddress remoteAddress)
 

Private Member Functions

delegate void InternalReadCallback (byte[] data, int offset, int size, SocketReceiveCallback callback, object state)
 
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 6 of file SocialSocket.cs.


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