TsgcSTUNClientProperties › NotifyEvents

NotifyEvents Property

Selects how threaded events are synchronized with the main VCL/FMX thread.

Syntax

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

Default Value

Remarks

Defines the threading model used to dispatch OnSTUN* events:

Example

oSTUN.NotifyEvents := neAsynchronous;
oSTUN.SendRequest;

Back to Properties