C# Class Protocol.Mumble.ServerSync

Inheritance: global::ProtoBuf.IExtensible
ファイルを表示 Open project: FreeApophis/Mumble.net Class Usage Examples

Private Properties

Property Type Description
Resetmax_bandwidth void
Resetpermissions void
Resetsession void
Resetwelcome_text void
ShouldSerializemax_bandwidth bool
ShouldSerializepermissions bool
ShouldSerializesession bool
ShouldSerializewelcome_text bool
global global::ProtoBuf.IExtension

Public Methods

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

Private Methods

Method Description
Resetmax_bandwidth ( ) : void
Resetpermissions ( ) : void
Resetsession ( ) : void
Resetwelcome_text ( ) : void
ShouldSerializemax_bandwidth ( ) : bool
ShouldSerializepermissions ( ) : bool
ShouldSerializesession ( ) : bool
ShouldSerializewelcome_text ( ) : bool
global ( bool createIfMissing ) : global::ProtoBuf.IExtension

Method Details

HandleMessage() public method

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

ServerSync() public method

public ServerSync ( )