Click or drag to resize

ClientStats Methods

The ClientStats type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncreaseIn
Increase the number of bytes and messages received from this client
Public methodIncreaseOut
Increase the number of bytes and messages sent to this client
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetPendingBytes
Update the number of pending bytes for the connection
Public methodSetPendingMessages
Update the number of pending messages for the client
Public methodToString
Build the current client statistics as a JSON string
(Overrides ObjectToString.)
Top
See Also