C# Class Protocol.Mumble.Authenticate

Inheritance: global::ProtoBuf.IExtensible
Datei anzeigen Open project: FreeApophis/Mumble.net

Private Properties

Property Type Description
Resetopus void
Resetpassword void
Resetusername void
ShouldSerializeopus bool
ShouldSerializepassword bool
ShouldSerializeusername bool
global global::ProtoBuf.IExtension

Public Methods

Method Description
Authenticate ( )
HandleMessage ( MumbleClient client ) : void

Private Methods

Method Description
Resetopus ( ) : void
Resetpassword ( ) : void
Resetusername ( ) : void
ShouldSerializeopus ( ) : bool
ShouldSerializepassword ( ) : bool
ShouldSerializeusername ( ) : bool
global ( bool createIfMissing ) : global::ProtoBuf.IExtension

Method Details

Authenticate() public method

public Authenticate ( )

HandleMessage() public method

public HandleMessage ( MumbleClient client ) : void
client MumbleClient
return void