C# 클래스 Ctf.Communication.RegisterCommand

상속: BaseCommand
파일 보기 프로젝트 열기: blstream/Patronage2013-CaptureTheFlag 1 사용 예제들

공개 메소드들

메소드 설명
Register ( UserCredentials user ) : Task
RegisterCommand ( ) : System

Initializes a new instance of the Registration class.

비공개 메소드들

메소드 설명
RequestCallbackOnFail ( String errorMessage ) : void

Requests the callback on fail.

RequestCallbackOnSuccess ( IRestResponse response ) : void

Requests the callback on success.

메소드 상세

Register() 공개 메소드

public Register ( UserCredentials user ) : Task
user Ctf.ApplicationTools.DataObjects.UserCredentials
리턴 Task

RegisterCommand() 공개 메소드

Initializes a new instance of the Registration class.
public RegisterCommand ( ) : System
리턴 System