TsgcSTUNClientProperties › STUNOptions

STUNOptions Eigenschap

STUN-specifieke opties: FINGERPRINT, SOFTWARE-attribuut en authenticatiegegevens.

Syntaxis

property STUNOptions: TsgcSTUNClient_Options read FSTUNOptions write SetSTUNOptions;

Standaardwaarde

Opmerkingen

Controls STUN protocol behaviour of the client:

Voorbeeld

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;

Terug naar eigenschappen