TsgcSTUNClientProprietà › STUNOptions

STUNOptions Proprietà

Opzioni specifiche di STUN: attributo FINGERPRINT, SOFTWARE e credenziali di autenticazione.

Sintassi

property STUNOptions: TsgcSTUNClient_Options read FSTUNOptions write SetSTUNOptions;

Valore predefinito

Note

Controlla il comportamento del protocollo STUN del client:

Esempio

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;

Torna alle Proprietà