C# Class RohBot.Packets.Authenticate

Inheritance: Packet
Show file Open project: Rohansi/RohBot

Public Properties

Property Type Description
Method string
Password string
Tokens string
Username string

Public Methods

Method Description
Handle ( Connection connection ) : void

Method Details

Handle() public method

public Handle ( Connection connection ) : void
connection Connection
return void

Property Details

Method public property

public string Method
return string

Password public property

public string Password
return string

Tokens public property

public string Tokens
return string

Username public property

public string Username
return string