Interface

Gio-2.0GioSocketConnectionConstructorProps

interface ConstructorProps {
    closed: 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.IOStream.ConstructorProps

Properties

socket: Gio.Socket

Properties - Inherited from Gio.IOStream.ConstructorProps

closed: boolean
input_stream: Gio.InputStream
inputStream: Gio.InputStream
output_stream: Gio.OutputStream
outputStream: Gio.OutputStream