TsgcSTUNServerEigenschappen › STUNOptions

STUNOptions Eigenschap

Server-side STUN-opties: FINGERPRINT, SOFTWARE, Authenticatie en de attributen toegevoegd aan bindingsreacties.

Syntaxis

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Standaardwaarde

Opmerkingen

Beheert het STUN-protocolgedrag van de server:

Voorbeeld

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;

Terug naar eigenschappen