Return the Server associated with the Connection.
- Lifecycle
- The data returned is owned by the DOFConnection and is only valid as long as the DOFConnection remains valid. It must not be destroyed individually.
- Note
- Not all Connections are related to Servers, so this may return NULL.
- Parameters
-
self | The Connection. This must not be NULL. |
- Returns
- The associated DOFServer, or NULL if there is no Server associated with the connection.