Server.ConnectionAttemptHandler Delegate
Namespace: Riptide
Assembly: RiptideNetworking.dll
Encapsulates a method that determines whether or not to accept a client's connection attempt.
public delegate void Server.ConnectionAttemptHandler(Connection pendingConnection, Message connectMessage)
Parameters
Connection | pendingConnection |
|
Message | connectMessage |