Steam User
This handler handles all user log on/log off related actions and callbacks.
Functions
Link copied to clipboard
Handles a client message. This should not be called directly.
Link copied to clipboard
Informs the Steam servers that this client wishes to log off from the network. The Steam server will disconnect the client, and a DisconnectedCallback will be posted.
Link copied to clipboard
Logs the client into the Steam3 network. The client should already have been connected at this point. Results are returned in a LoggedOnCallback.
Link copied to clipboard
Logs the client into the Steam3 network as an anonymous user. The client should already have been connected at this point. Results are returned in a LoggedOnCallback.
Link copied to clipboard