C# Class Ctf.Communication.BaseCommand

ファイルを表示 Open project: blstream/Patronage2013-CaptureTheFlag

Protected Properties

Property Type Description
request RestSharp.RestRequest
requestHandler RequestHandler

Protected Methods

Method Description
BaseCommand ( ) : System
OnRequestFinished ( RequestFinishedEventArgs e ) : void

Method Details

BaseCommand() protected method

protected BaseCommand ( ) : System
return System

OnRequestFinished() protected method

protected OnRequestFinished ( RequestFinishedEventArgs e ) : void
e Ctf.Communication.DataObjects.RequestFinishedEventArgs
return void

Property Details

request protected_oe property

protected RestRequest,RestSharp request
return RestSharp.RestRequest

requestHandler protected_oe property

protected RequestHandler requestHandler
return RequestHandler