TsgcSTUNClientPropiedades › STUNOptions

STUNOptions Propiedad

Opciones específicas de STUN: atributos FINGERPRINT, SOFTWARE y credenciales de autenticación.

Sintaxis

property STUNOptions: TsgcSTUNClient_Options read FSTUNOptions write SetSTUNOptions;

Valor Predeterminado

Observaciones

Controla el comportamiento del protocolo STUN en el cliente:

Ejemplo

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;

Volver a Propiedades