ConnectionFailedEventArgs Class
Namespace: Riptide
Assembly: RiptideNetworking.dll
Contains event data for when a connection attempt to a server fails.
public class ConnectionFailedEventArgs : EventArgs
Inherited Members
Constructors
ConnectionFailedEventArgs(RejectReason, Message) | Initializes event data. |
Fields
Message | Additional data related to the failed connection attempt (if any). |
Reason | The reason for the connection failure. |