![]() | ConnectionInfo Class |
Namespace: TeamSpeak.Sdk.Client
The ConnectionInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectionInfo |
Creates a new ConnectionInfo-Object
|
Name | Description | |
---|---|---|
![]() | BandwidthReceivedLastMinuteControl |
How many bytes/s of Control packets we received in average during the last minute
|
![]() | BandwidthReceivedLastMinuteKeepalive |
How many bytes/s of Keepalive packets we received in average during the last minute
|
![]() | BandwidthReceivedLastMinuteSpeech |
How many bytes/s of Speed packets we received in average during the last minute
|
![]() | BandwidthReceivedLastMinuteTotal |
How many bytes/s of packets we received in average during the last minute
|
![]() | BandwidthReceivedLastSecondControl |
How many bytes/s of Control packets we received in average during the last second
|
![]() | BandwidthReceivedLastSecondKeepalive |
How many bytes/s of Keepalive packets we received in average during the last second
|
![]() | BandwidthReceivedLastSecondSpeech |
How many bytes/s of Speech packets we received in average during the last second
|
![]() | BandwidthReceivedLastSecondTotal |
How many bytes/s of packets we received in average during the last second
|
![]() | BandwidthSentLastMinuteControl |
How many bytes/s of control packets we sent in average during the last minute
|
![]() | BandwidthSentLastMinuteKeepalive |
How many bytes/s of keepalive packets we sent in average during the last minute
|
![]() | BandwidthSentLastMinuteSpeech |
How many bytes/s of speech packets we sent in average during the last minute
|
![]() | BandwidthSentLastMinuteTotal |
How many bytes/s of packets we received in average during the last minute
|
![]() | BandwidthSentLastSecondControl |
How many bytes of control packets we sent during the last second
|
![]() | BandwidthSentLastSecondKeepalive |
How many bytes of keepalive packets we sent during the last second
|
![]() | BandwidthSentLastSecondSpeech |
How many bytes of speech packets we sent during the last second
|
![]() | BandwidthSentLastSecondTotal |
How many bytes of packets we sent during the last second
|
![]() | BytesReceivedControl |
How many bytes worth of Control packets were received through this connection
|
![]() | BytesReceivedKeepalive |
How many bytes worth of Keepalive packets were received through this connection
|
![]() | BytesReceivedSpeech |
How many bytes worth of Speech packets were received through this connection
|
![]() | BytesReceivedTotal |
How many bytes were received through this connection
|
![]() | BytesSentControl |
How many bytes worth of Sent packets were sent through this connection
|
![]() | BytesSentKeepalive |
How many bytes worth of Keepalive packets were sent through this connection
|
![]() | BytesSentSpeech |
How many bytes worth of Speech packets were sent through this connection
|
![]() | BytesSentTotal |
How many bytes were sent through this connection
|
![]() | Client |
The Client |
![]() | ClientIp |
IP of this client (as seen from the server side)
|
![]() | ClientPort |
Port of this client (as seen from the server side)
|
![]() | ClientToServerPacketlossControl |
The probability with which a Control packet failed from the client to the server
|
![]() | ClientToServerPacketlossKeepalive |
The probability with which a Keepalive packet failed from the client to the server
|
![]() | ClientToServerPacketlossSpeech |
The probability with which a Speech packet failed from the client to the server
|
![]() | ClientToServerPacketlossTotal |
The probability with which a packet failed from the client to the server
|
![]() | ConnectedTime |
How long the connection exists already
|
![]() | Connection |
The Connection |
![]() | FiletransferBandwidthReceived |
How many bytes per second are currently being received by file transfers
|
![]() | FiletransferBandwidthSent |
How many bytes per second are currently being sent by file transfers
|
![]() | IdleTime |
How long since the last action of this client
|
![]() | PacketlossControl |
The probability with which control packet round trip failed because a packet was lost
|
![]() | PacketlossKeepalive |
The probability with which keepalive packet round trip failed because a packet was lost
|
![]() | PacketlossSpeech |
The probability with which speech packet round trip failed because a packet was lost
|
![]() | PacketlossTotal |
The probability with which a packet round trip failed because a packet was lost
|
![]() | PacketsReceivedControl |
How many Control packets were received through this connection
|
![]() | PacketsReceivedKeepalive |
How many Keepalive packets were received through this connection
|
![]() | PacketsReceivedSpeech |
How many Speech packets were received through this connection
|
![]() | PacketsReceivedTotal |
How many packets were received through this connection
|
![]() | PacketsSentControl |
How many Control packets were sent through this connection
|
![]() | PacketsSentKeepalive |
How many Keepalive packets were sent through this connection
|
![]() | PacketsSentSpeech |
How many Speech packets were sent through this connection
|
![]() | PacketsSentTotal |
How many packets were sent totally (this is PacketsSentSpeech + PacketsSentKeepalive + PacketsSentControl)
|
![]() | Ping |
Average latency for a round trip through and back this connection.
|
![]() | PingDeviation |
Standard deviation of the above average latency
|
![]() | ServerToClientPacketlossControl |
The probability with which a control packet failed from the server to the client
|
![]() | ServerToClientPacketlossKeepalive |
The probability with which a keepalive packet failed from the server to the client
|
![]() | ServerToClientPacketlossSpeech |
The probability with which a speech packet failed from the server to the client
|
![]() | ServerToClientPacketlossTotal |
The probability with which a packet failed from the client to the server
|
Name | Description | |
---|---|---|
![]() | CleanUp |
Cleans the ConnectionInfo up.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Refresh |
Request more up to date information from the TeamSpeak-Server
|
![]() | ToString | (Inherited from Object.) |