C# 클래스 BlottoBeats.Library.Networking.AuthRequest

파일 보기 프로젝트 열기: Zwolf11/BlottoBeats 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
register bool

공개 메소드들

메소드 설명
AuthRequest ( Credentials credentials, bool register ) : System

Sends an authentication request to the server.

메소드 상세

AuthRequest() 공개 메소드

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
리턴 System

프로퍼티 상세

register 공개적으로 프로퍼티

public bool register
리턴 bool