C# Class Protocol.Mumble.ServerConfig

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

Private Properties

Property Type Description
Resetallow_html void
Resetimage_message_length void
Resetmax_bandwidth void
Resetmessage_length void
Resetwelcome_text void
ShouldSerializeallow_html bool
ShouldSerializeimage_message_length bool
ShouldSerializemax_bandwidth bool
ShouldSerializemessage_length bool
ShouldSerializewelcome_text bool
global global::ProtoBuf.IExtension

Public Methods

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

Private Methods

Method Description
Resetallow_html ( ) : void
Resetimage_message_length ( ) : void
Resetmax_bandwidth ( ) : void
Resetmessage_length ( ) : void
Resetwelcome_text ( ) : void
ShouldSerializeallow_html ( ) : bool
ShouldSerializeimage_message_length ( ) : bool
ShouldSerializemax_bandwidth ( ) : bool
ShouldSerializemessage_length ( ) : bool
ShouldSerializewelcome_text ( ) : bool
global ( bool createIfMissing ) : global::ProtoBuf.IExtension

Method Details

HandleMessage() public method

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

ServerConfig() public method

public ServerConfig ( )