TsgcSTUNServerProperties › STUNOptions

STUNOptions Propriété

Options STUN côté serveur : FINGERPRINT, SOFTWARE, Authentification et les attributs ajoutés aux réponses de liaison.

Syntaxe

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Valeur par défaut

Remarques

Contrôle le comportement du protocole STUN du serveur :

Exemple

oSTUN.STUNOptions.Fingerprint := True;
oSTUN.STUNOptions.Software := True;
oSTUN.STUNOptions.Authentication.Enabled := True;
oSTUN.STUNOptions.Authentication.LongTermCredentials.Enabled := True;
oSTUN.STUNOptions.Authentication.LongTermCredentials.Realm := 'sgc';
oSTUN.Active := True;

Retour aux propriétés