TsgcSTUNClientPropriétés › STUNOptions

STUNOptions Propriété

Options spécifiques à STUN : FINGERPRINT, attribut SOFTWARE et informations d'identification d'authentification.

Syntaxe

property STUNOptions: TsgcSTUNClient_Options read FSTUNOptions write SetSTUNOptions;

Valeur par défaut

Remarques

Contrôle le comportement du protocole STUN du client :

Exemple

oSTUN.STUNOptions.Fingerprint := True;
oSTUN.STUNOptions.Software := True;
oSTUN.STUNOptions.Authentication.Credentials := stcLongTermCredentials;
oSTUN.STUNOptions.Authentication.Username := 'user';
oSTUN.STUNOptions.Authentication.Password := 'secret';
oSTUN.SendRequest;

Retour aux propriétés