TsgcSTUNClientProperties › STUNOptions

STUNOptions Propriedade

Opções específicas de STUN: atributo FINGERPRINT, atributo SOFTWARE e credenciais de Autenticação.

Sintaxe

property STUNOptions: TsgcSTUNClient_Options read FSTUNOptions write SetSTUNOptions;

Valor Padrão

Observações

Controla o comportamento do protocolo STUN do cliente:

Exemplo

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;

Voltar para Propriedades