Interface

Gio-2.0GioTcpWrapperConnectionConstructorProps

interface ConstructorProps {
    base_io_stream: Gio.IOStream;
    baseIoStream: Gio.IOStream;
    closed: boolean;
    graceful_disconnect: boolean;
    gracefulDisconnect: boolean;
    input_stream: Gio.InputStream;
    inputStream: Gio.InputStream;
    output_stream: Gio.OutputStream;
    outputStream: Gio.OutputStream;
    socket: Gio.Socket;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio.TcpConnection.ConstructorProps

Properties

base_io_stream: Gio.IOStream
baseIoStream: Gio.IOStream

Properties - Inherited from Gio.TcpConnection.ConstructorProps

closed: boolean
graceful_disconnect: boolean
gracefulDisconnect: boolean
input_stream: Gio.InputStream
inputStream: Gio.InputStream
output_stream: Gio.OutputStream
outputStream: Gio.OutputStream
socket: Gio.Socket