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