Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 6 of file SocialSocket.cs.