C# Class BlottoBeats.Library.Networking.AuthRequest

Show file Open project: Zwolf11/BlottoBeats Class Usage Examples

Public Properties

Property Type Description
register bool

Public Methods

Method Description
AuthRequest ( Credentials credentials, bool register ) : System

Sends an authentication request to the server.

Method Details

AuthRequest() public method

Sends an authentication request to the server.
public AuthRequest ( Credentials credentials, bool register ) : System
credentials BlottoBeats.Library.Authentication.Credentials The credentials to use
register bool True if registering a new user
return System

Property Details

register public property

public bool register
return bool