TsgcSTUNServer › Events
Events you can handle, grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| OnSTUNRequestAuthorization | Raised when a Binding Request requires authentication; supply the password associated with the incoming Username/Realm. |
| OnSTUNRequestSuccess | Raised before the server sends a successful Binding Response so the handler can inspect or veto the reply. |
| OnSTUNRequestError | Raised before the server sends a STUN error response; allows the handler to inspect or suppress the reply. |
| OnSTUNException | Raised when an unhandled exception is caught while parsing or responding to a STUN message. |
| Name | Description |
|---|---|
| OnSTUNException | Raised when an unhandled exception is caught while parsing or responding to a STUN message. |
| OnSTUNRequestAuthorization | Raised when a Binding Request requires authentication; supply the password associated with the incoming Username/Realm. |
| OnSTUNRequestError | Raised before the server sends a STUN error response; allows the handler to inspect or suppress the reply. |
| OnSTUNRequestSuccess | Raised before the server sends a successful Binding Response so the handler can inspect or veto the reply. |