Interface

Gio-2.0GioSocketClientConstructorProps

interface ConstructorProps {
    enable_proxy: boolean;
    enableProxy: boolean;
    family: Gio.SocketFamily;
    local_address: Gio.SocketAddress;
    localAddress: Gio.SocketAddress;
    protocol: Gio.SocketProtocol;
    proxy_resolver: Gio.ProxyResolver;
    proxyResolver: Gio.ProxyResolver;
    timeout: number;
    tls: boolean;
    tls_validation_flags: Gio.TlsCertificateFlags;
    tlsValidationFlags: Gio.TlsCertificateFlags;
    type: Gio.SocketType;
}

Hierarchy (View Summary)

Index

Properties

enable_proxy: boolean
enableProxy: boolean
local_address: Gio.SocketAddress
localAddress: Gio.SocketAddress
proxy_resolver: Gio.ProxyResolver
proxyResolver: Gio.ProxyResolver
timeout: number
tls: boolean
tls_validation_flags: Gio.TlsCertificateFlags
tlsValidationFlags: Gio.TlsCertificateFlags