netget
    Preparing search index...

    Interface NetGetSession

    interface NetGetSession {
        endpoint: string;
        id: string;
        lease: PortLease;
        mode: PortLeaseMode;
        name: string;
        port: number;
        registration: NetGetAppRegistration;
        url: string;
        report(): Promise<void>;
        stop(): Promise<void>;
    }
    Index

    Properties

    endpoint: string
    id: string
    lease: PortLease
    name: string
    port: number
    registration: NetGetAppRegistration
    url: string

    Methods

    • Returns Promise<void>

    • Returns Promise<void>