create_socket
Description:
public Socket create_socket (
Cancellable? cancellable =
null)
throws Error
Create a Socket for this.
The socket will listen on the configured service.
Parameters:
this |
a Server
|
cancellable |
a Cancellable
|
Returns:
the Socket for this or
null when an error occurred.
|