TcpWrapperConnection.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gio.iostream.IOStream baseIoStream, gio.socket.Socket socket)

Wraps base_io_stream and socket together as a #GSocketConnection.

Parameters

baseIoStreamthe #GIOStream to wrap
socketthe #GSocket associated with base_io_stream

Returns

the new #GSocketConnection.