TsgcSTUNClient › Events
Events you can handle, grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| OnSTUNBeforeSend | Fires just before a STUN message is sent to the server, allowing last-minute inspection or modification of the outgoing message. |
| OnSTUNResponseSuccess | Fires when the STUN server returns a successful Binding Response with the client mapped address. |
| OnSTUNResponseError | Fires when the STUN server returns an error response; exposes the numeric Code and human-readable Reason. |
| OnSTUNException | Fires when an unhandled exception is raised while processing STUN protocol messages. |
| Name | Description |
|---|---|
| OnSTUNBeforeSend | Fires just before a STUN message is sent to the server, allowing last-minute inspection or modification of the outgoing message. |
| OnSTUNException | Fires when an unhandled exception is raised while processing STUN protocol messages. |
| OnSTUNResponseError | Fires when the STUN server returns an error response; exposes the numeric Code and human-readable Reason. |
| OnSTUNResponseSuccess | Fires when the STUN server returns a successful Binding Response with the client mapped address. |