TsgcSTUNServerProprietà › STUNOptions

STUNOptions Proprietà

Opzioni STUN lato server: FINGERPRINT, SOFTWARE, Authentication e gli attributi aggiunti alle Binding Responses.

Sintassi

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Valore predefinito

Note

Controlla il comportamento del protocollo STUN del server:

Esempio

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;

Torna alle Proprietà