TcpWrapperConnection


Description:

[ 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.

Parameters:

base_io_stream

the IOStream to wrap

socket

the Socket associated with base_io_stream

Returns:

the new SocketConnection.