TsgcSTUNServerPropiedades › STUNOptions

STUNOptions Propiedad

Opciones STUN del lado del servidor: FINGERPRINT, SOFTWARE, autenticación y los atributos añadidos a las respuestas Binding.

Sintaxis

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Valor Predeterminado

Observaciones

Controla el comportamiento del protocolo STUN del servidor:

Ejemplo

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;

Volver a Propiedades