ServerConnectionFailedEventArgs Class
Namespace: Riptide
Assembly: RiptideNetworking.dll
Contains event data for when a connection fails to be fully established.
public class ServerConnectionFailedEventArgs : EventArgs
Inherited Members
Constructors
ServerConnectionFailedEventArgs(Connection) | Initializes event data. |
Fields
Client | The connection that failed to be established. |