TsgcSTUNServerWłaściwości › STUNOptions

STUNOptions Właściwość

Opcje STUN po stronie serwera: FINGERPRINT, SOFTWARE, uwierzytelnianie oraz atrybuty dodawane do odpowiedzi Binding Response.

Składnia

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Wartość domyślna

Uwagi

Steruje zachowaniem protokołu STUN serwera:

Przykład

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;

Wróć do Właściwości