Method | Description | |
---|---|---|
OnConnectionAccepted ( ISocket client ) : bool |
Method | Description | |
---|---|---|
ServerSocketCreate ( ) : global::Terraria.Net.Sockets.ISocket |
This method replaces the "new TcpSocket" call in server loop, allowing custom server socket implementations.
|
public static OnConnectionAccepted ( ISocket client ) : bool | ||
client | ISocket | |
return | bool |