NodeOPCUA API Documentation
    Preparing search index...

    Interface ParsedEndpointUrl

    interface ParsedEndpointUrl {
        auth: string | null;
        hostname: string;
        href: string;
        pathname: string | null;
        port: string | null;
        protocol: string;
    }
    Index

    Properties

    auth: string | null
    hostname: string
    href: string
    pathname: string | null
    port: string | null
    protocol: string