Encapsulates the proxy server configurations.

Constructors

Properties

_host: string
_port: number
_scheme?: ProxyScheme

Accessors

  • get host(): string
  • Gets the host name of proxy server.

    Returns string

    A String denoting host

  • get port(): number
  • Gets the port of proxy server.

    Returns number

    An integer denoting port

  • get scheme(): undefined | ProxyScheme
  • Gets the scheme of proxy server.

    Returns undefined | ProxyScheme

    A ProxyScheme denoting scheme

Generated using TypeDoc