C# Class EmpireServer.LogoffResponseFalse

Inheritance: LogoffResponse
Show file Open project: enepomnyaschih/Empire

Public Properties

Property Type Description
errorID string
success bool

Public Methods

Method Description
LogoffResponseFalse ( bool vsuccess, string verrorID ) : System

Method Details

LogoffResponseFalse() public method

public LogoffResponseFalse ( bool vsuccess, string verrorID ) : System
vsuccess bool
verrorID string
return System

Property Details

errorID public property

public string errorID
return string

success public property

public bool success
return bool