Server.Reject Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
Reject(Connection, Message)
Rejects the given pending connection.
public void Reject(Connection connection, Message message = null)
Parameters
Connection | connection |
The connection to reject. |
Message | message |
Data that should be sent to the client being rejected. Use Create() to get an empty message instance. |