Gets @server's listening socket, if you are using the old API.
You should treat this socket as read-only; writing to it or modifiying it may cause @server to malfunction.
the listening socket.
Deprecated: If you are using soup_server_listen(), etc, then use soup_server_get_listeners() to get a list of all listening sockets, but note that that function returns #GSockets, not #SoupSockets.
See Implementation
Gets @server's listening socket, if you are using the old API.
You should treat this socket as read-only; writing to it or modifiying it may cause @server to malfunction.