[ CCode ( has_construct_function = false ) ]
public SocketService ()
Creates a new SocketService with no sockets to listen for.
New listeners can be added with e.g. add_address or add_inet_port.
New services are created active, there is no need to call start, unless stop has been called before.
a new SocketService. |