TsgcSTUNClient › Properties
Published properties grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Host | IP address or DNS name of the STUN server to which the client sends Binding Requests. |
| Port | Listening port of the STUN server; defaults to 3478 as defined by RFC 5389. |
| Transport | Transport used to connect to the STUN server: UDP, TCP or TLS. Default is UDP. |
| IPVersion | Address family used to resolve the STUN server; defaults to IPv4. |
| Name | Description |
|---|---|
| STUNOptions | STUN-specific options: FINGERPRINT, SOFTWARE attribute and Authentication credentials. |
| RetransmissionOptions | UDP retransmission settings (RTO and MaxRetries) used to resend Binding Requests when no response arrives. |
| Name | Description |
|---|---|
| LogFile | Saves every STUN message sent or received to a file for debugging. |
| NotifyEvents | Selects how threaded events are synchronized with the main VCL/FMX thread. |
| Version | Read-only build version of the sgcWebSockets component library. |
| Name | Description |
|---|---|
| Host | IP address or DNS name of the STUN server to which the client sends Binding Requests. |
| IPVersion | Address family used to resolve the STUN server; defaults to IPv4. |
| LogFile | Saves every STUN message sent or received to a file for debugging. |
| NotifyEvents | Selects how threaded events are synchronized with the main VCL/FMX thread. |
| Port | Listening port of the STUN server; defaults to 3478 as defined by RFC 5389. |
| RetransmissionOptions | UDP retransmission settings (RTO and MaxRetries) used to resend Binding Requests when no response arrives. |
| STUNOptions | STUN-specific options: FINGERPRINT, SOFTWARE attribute and Authentication credentials. |
| Transport | Transport used to connect to the STUN server: UDP, TCP or TLS. Default is UDP. |
| Version | Read-only build version of the sgcWebSockets component library. |