C# Class Protocol.Mumble.UserStats

Inheritance: global::ProtoBuf.IExtensible
Show file Open project: FreeApophis/Mumble.net

Private Properties

Property Type Description
Resetaddress void
Resetbandwidth void
Resetidlesecs void
Resetonlinesecs void
Resetopus void
Resetsession void
Resetstats_only void
Resetstrong_certificate void
Resettcp_packets void
Resettcp_ping_avg void
Resettcp_ping_var void
Resetudp_packets void
Resetudp_ping_avg void
Resetudp_ping_var void
ShouldSerializeaddress bool
ShouldSerializebandwidth bool
ShouldSerializeidlesecs bool
ShouldSerializeonlinesecs bool
ShouldSerializeopus bool
ShouldSerializesession bool
ShouldSerializestats_only bool
ShouldSerializestrong_certificate bool
ShouldSerializetcp_packets bool
ShouldSerializetcp_ping_avg bool
ShouldSerializetcp_ping_var bool
ShouldSerializeudp_packets bool
ShouldSerializeudp_ping_avg bool
ShouldSerializeudp_ping_var bool
global global::ProtoBuf.IExtension

Public Methods

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

Private Methods

Method Description
Resetaddress ( ) : void
Resetbandwidth ( ) : void
Resetidlesecs ( ) : void
Resetonlinesecs ( ) : void
Resetopus ( ) : void
Resetsession ( ) : void
Resetstats_only ( ) : void
Resetstrong_certificate ( ) : void
Resettcp_packets ( ) : void
Resettcp_ping_avg ( ) : void
Resettcp_ping_var ( ) : void
Resetudp_packets ( ) : void
Resetudp_ping_avg ( ) : void
Resetudp_ping_var ( ) : void
ShouldSerializeaddress ( ) : bool
ShouldSerializebandwidth ( ) : bool
ShouldSerializeidlesecs ( ) : bool
ShouldSerializeonlinesecs ( ) : bool
ShouldSerializeopus ( ) : bool
ShouldSerializesession ( ) : bool
ShouldSerializestats_only ( ) : bool
ShouldSerializestrong_certificate ( ) : bool
ShouldSerializetcp_packets ( ) : bool
ShouldSerializetcp_ping_avg ( ) : bool
ShouldSerializetcp_ping_var ( ) : bool
ShouldSerializeudp_packets ( ) : bool
ShouldSerializeudp_ping_avg ( ) : bool
ShouldSerializeudp_ping_var ( ) : bool
global ( bool createIfMissing ) : global::ProtoBuf.IExtension

Method Details

HandleMessage() public method

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

UserStats() public method

public UserStats ( )