C# Class Protocol.Mumble.Authenticate

Inheritance: global::ProtoBuf.IExtensible
Afficher le fichier Open project: FreeApophis/Mumble.net

Private Properties

Свойство Type Description
Resetopus void
Resetpassword void
Resetusername void
ShouldSerializeopus bool
ShouldSerializepassword bool
ShouldSerializeusername bool
global global::ProtoBuf.IExtension

Méthodes publiques

Méthode Description
Authenticate ( )
HandleMessage ( MumbleClient client ) : void

Private Methods

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

Method Details

Authenticate() public méthode

public Authenticate ( )

HandleMessage() public méthode

public HandleMessage ( MumbleClient client ) : void
client MumbleClient
Résultat void