ConnectionFailedEventArgs Constructor
Namespace: Riptide
Assembly: RiptideNetworking.dll
ConnectionFailedEventArgs(RejectReason, Message)
Initializes event data.
public ConnectionFailedEventArgs(RejectReason reason, Message message)
Parameters
RejectReason | reason |
The reason for the connection failure. |
Message | message |
Additional data related to the failed connection attempt (if any). |