C# Class Protocol.Mumble.ContextAction

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

Private Properties

Property Type Description
Resetchannel_id void
Resetsession void
ShouldSerializechannel_id bool
ShouldSerializesession bool
global global::ProtoBuf.IExtension

Public Methods

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

Private Methods

Method Description
Resetchannel_id ( ) : void
Resetsession ( ) : void
ShouldSerializechannel_id ( ) : bool
ShouldSerializesession ( ) : bool
global ( bool createIfMissing ) : global::ProtoBuf.IExtension

Method Details

ContextAction() public method

public ContextAction ( )

HandleMessage() public method

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