TcpWrapperConnection.this

Wraps base_io_stream and socket together as a #GSocketConnection.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gio.iostream.IOStream baseIoStream, gio.socket.Socket socket)

Parameters

baseIoStream gio.iostream.IOStream

the #GIOStream to wrap

socket gio.socket.Socket

the #GSocket associated with base_io_stream

Return Value

the new #GSocketConnection.