Interface

Gio-2.0GioNetworkAddressConstructorProps

interface ConstructorProps {
    hostname: string;
    port: number;
    scheme: string;
}

Hierarchy (View Summary)

Index

Properties

Properties

hostname: string
port: number
scheme: string