TsgcSTUNServerProperties › STUNOptions

STUNOptions Eigenschaft

Serverseitige STUN-Optionen: FINGERPRINT, SOFTWARE, Authentication und die zu Binding Responses hinzugefügten Attribute.

Syntax

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Standardwert

Hinweise

Steuert das STUN-Protokollverhalten des Servers:

Beispiel

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;

Zurück zu Eigenschaften