 | ConnectionInfoClientIp Property |
IP of this client (as seen from the server side)
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic string ClientIp { get; }
Public ReadOnly Property ClientIp As String
Get
public:
property String^ ClientIp {
String^ get ();
}
member ClientIp : string with get
Property Value
Type:
String
See Also