Interface

Gio-2.0GioProxyAddressConstructorProps

interface ConstructorProps {
    address: Gio.InetAddress;
    destination_hostname: string;
    destination_port: number;
    destination_protocol: string;
    destinationHostname: string;
    destinationPort: number;
    destinationProtocol: string;
    family: Gio.SocketFamily;
    flowinfo: number;
    password: string;
    port: number;
    protocol: string;
    scope_id: number;
    scopeId: number;
    uri: string;
    username: string;
}

Hierarchy (View Summary)

Index

Properties

destination_hostname: string
destination_port: number
destination_protocol: string
destinationHostname: string
destinationPort: number
destinationProtocol: string
password: string
protocol: string
uri: string
username: string

Properties - Inherited from Gio.InetSocketAddress.ConstructorProps

address: Gio.InetAddress
flowinfo: number
port: number
scope_id: number
scopeId: number