[ CCode ( has_construct_function = false , type = "GSocketConnection*" ) ]
public TcpWrapperConnection (IOStream base_io_stream, Socket socket)
Wraps base_io_stream
and socket
together as a
SocketConnection.
base_io_stream |
the IOStream to wrap |
socket |
the Socket associated with |
the new SocketConnection. |