 | LibraryCreateIdentity Method |
To connect to a server, a client application is required to request an identity from the Library. This string should be requested only once and then locally stored in the applications configuration. The next time the application connects to a server, the identity should be read from the configuration and reused again.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic static string CreateIdentity()
Public Shared Function CreateIdentity As String
public:
static String^ CreateIdentity()
static member CreateIdentity : unit -> string
Return Value
Type:
Stringa identity string
See Also