Delegate FluxerGatewayClient.ReadyEvent
Delegate for the READY event fired when the gateway connection is established.
public delegate void FluxerGatewayClient.ReadyEvent(SocketCurrentUser currentUser)
Parameters
currentUserSocketCurrentUserThe current user of the client.