C# Class RohBot.Packets.Authenticate

Inheritance: Packet
Mostrar archivo 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_oe property

public string Method
return string

Password public_oe property

public string Password
return string

Tokens public_oe property

public string Tokens
return string

Username public_oe property

public string Username
return string