TcpWrapperConnection.this

Wraps @base_io_stream and @socket together as a #GSocketConnection.

  1. this(GTcpWrapperConnection* gTcpWrapperConnection, bool ownedRef)
  2. this(IOStream baseIoStream, Socket socket)
    class TcpWrapperConnection

Parameters

baseIoStream IOStream

the #GIOStream to wrap

socket Socket

the #GSocket associated with @base_io_stream

Return Value

the new #GSocketConnection.

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.28