Click or drag to resize
ConnectionInfo Class
Information about the Connection
Inheritance Hierarchy
SystemObject
  TeamSpeak.Sdk.ClientConnectionInfo

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public class ConnectionInfo

The ConnectionInfo type exposes the following members.

Constructors
  NameDescription
Public methodConnectionInfo
Creates a new ConnectionInfo-Object
Top
Properties
  NameDescription
Public propertyBandwidthReceivedLastMinuteControl
How many bytes/s of Control packets we received in average during the last minute
Public propertyBandwidthReceivedLastMinuteKeepalive
How many bytes/s of Keepalive packets we received in average during the last minute
Public propertyBandwidthReceivedLastMinuteSpeech
How many bytes/s of Speed packets we received in average during the last minute
Public propertyBandwidthReceivedLastMinuteTotal
How many bytes/s of packets we received in average during the last minute
Public propertyBandwidthReceivedLastSecondControl
How many bytes/s of Control packets we received in average during the last second
Public propertyBandwidthReceivedLastSecondKeepalive
How many bytes/s of Keepalive packets we received in average during the last second
Public propertyBandwidthReceivedLastSecondSpeech
How many bytes/s of Speech packets we received in average during the last second
Public propertyBandwidthReceivedLastSecondTotal
How many bytes/s of packets we received in average during the last second
Public propertyBandwidthSentLastMinuteControl
How many bytes/s of control packets we sent in average during the last minute
Public propertyBandwidthSentLastMinuteKeepalive
How many bytes/s of keepalive packets we sent in average during the last minute
Public propertyBandwidthSentLastMinuteSpeech
How many bytes/s of speech packets we sent in average during the last minute
Public propertyBandwidthSentLastMinuteTotal
How many bytes/s of packets we received in average during the last minute
Public propertyBandwidthSentLastSecondControl
How many bytes of control packets we sent during the last second
Public propertyBandwidthSentLastSecondKeepalive
How many bytes of keepalive packets we sent during the last second
Public propertyBandwidthSentLastSecondSpeech
How many bytes of speech packets we sent during the last second
Public propertyBandwidthSentLastSecondTotal
How many bytes of packets we sent during the last second
Public propertyBytesReceivedControl
How many bytes worth of Control packets were received through this connection
Public propertyBytesReceivedKeepalive
How many bytes worth of Keepalive packets were received through this connection
Public propertyBytesReceivedSpeech
How many bytes worth of Speech packets were received through this connection
Public propertyBytesReceivedTotal
How many bytes were received through this connection
Public propertyBytesSentControl
How many bytes worth of Sent packets were sent through this connection
Public propertyBytesSentKeepalive
How many bytes worth of Keepalive packets were sent through this connection
Public propertyBytesSentSpeech
How many bytes worth of Speech packets were sent through this connection
Public propertyBytesSentTotal
How many bytes were sent through this connection
Public propertyClient
The Client
Public propertyClientIp
IP of this client (as seen from the server side)
Public propertyClientPort
Port of this client (as seen from the server side)
Public propertyClientToServerPacketlossControl
The probability with which a Control packet failed from the client to the server
Public propertyClientToServerPacketlossKeepalive
The probability with which a Keepalive packet failed from the client to the server
Public propertyClientToServerPacketlossSpeech
The probability with which a Speech packet failed from the client to the server
Public propertyClientToServerPacketlossTotal
The probability with which a packet failed from the client to the server
Public propertyConnectedTime
How long the connection exists already
Public propertyConnection
Public propertyFiletransferBandwidthReceived
How many bytes per second are currently being received by file transfers
Public propertyFiletransferBandwidthSent
How many bytes per second are currently being sent by file transfers
Public propertyIdleTime
How long since the last action of this client
Public propertyPacketlossControl
The probability with which control packet round trip failed because a packet was lost
Public propertyPacketlossKeepalive
The probability with which keepalive packet round trip failed because a packet was lost
Public propertyPacketlossSpeech
The probability with which speech packet round trip failed because a packet was lost
Public propertyPacketlossTotal
The probability with which a packet round trip failed because a packet was lost
Public propertyPacketsReceivedControl
How many Control packets were received through this connection
Public propertyPacketsReceivedKeepalive
How many Keepalive packets were received through this connection
Public propertyPacketsReceivedSpeech
How many Speech packets were received through this connection
Public propertyPacketsReceivedTotal
How many packets were received through this connection
Public propertyPacketsSentControl
How many Control packets were sent through this connection
Public propertyPacketsSentKeepalive
How many Keepalive packets were sent through this connection
Public propertyPacketsSentSpeech
How many Speech packets were sent through this connection
Public propertyPacketsSentTotal
How many packets were sent totally (this is PacketsSentSpeech + PacketsSentKeepalive + PacketsSentControl)
Public propertyPing
Average latency for a round trip through and back this connection.
Public propertyPingDeviation
Standard deviation of the above average latency
Public propertyServerToClientPacketlossControl
The probability with which a control packet failed from the server to the client
Public propertyServerToClientPacketlossKeepalive
The probability with which a keepalive packet failed from the server to the client
Public propertyServerToClientPacketlossSpeech
The probability with which a speech packet failed from the server to the client
Public propertyServerToClientPacketlossTotal
The probability with which a packet failed from the client to the server
Top
Methods
  NameDescription
Public methodCleanUp
Cleans the ConnectionInfo up.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRefresh
Request more up to date information from the TeamSpeak-Server
Public methodToString (Inherited from Object.)
Top
See Also