TsgcSTUNServerPropriedades › STUNOptions

STUNOptions Propriedade

Opções STUN do lado do servidor: FINGERPRINT, SOFTWARE, Authentication e os atributos adicionados às Binding Responses.

Sintaxe

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Valor Padrão

Observações

Controla o comportamento do protocolo STUN do servidor:

Exemplo

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;

Voltar para Propriedades