TsgcSTUNClient › Methods
TsgcSTUNClient Methods
Public methods grouped by purpose, followed by the full alphabetical list.
Requests
| Name | Description |
| SendRequest | Sends a STUN Binding Request to the configured server and returns True if the request was dispatched. |
| Clear | Clears the client internal state, cancelling any in-flight STUN transactions and freeing buffered messages. |
Advanced
| Name | Description |
| WriteData | Advanced: sends raw bytes over the STUN client socket, either to the connected peer or to an explicit IP/port pair. |
All Methods (alphabetical)
| Name | Description |
| Clear | Clears the client internal state, cancelling any in-flight STUN transactions and freeing buffered messages. |
| SendRequest | Sends a STUN Binding Request to the configured server and returns True if the request was dispatched. |
| WriteData | Advanced: sends raw bytes over the STUN client socket, either to the connected peer or to an explicit IP/port pair. |