[ CCode ( type_id = "g_tcp_wrapper_connection_get_type ()" ) ] [ Version ( since = "2.28" ) ] publicclassTcpWrapperConnection : TcpConnection
A `GTcpWrapperConnection` can be used to wrap a [class@Gio.
IOStream] that is based on a [class@Gio.Socket], but which is not actually a [class@Gio.SocketConnection]. This is used by [
class@Gio.SocketClient] so that it can always return a [class@Gio.SocketConnection], even when the connection it has actually created is
not directly a [class@Gio.SocketConnection].