Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TcpProxyListItem

An item of a TCP proxy list.

Hierarchy

  • TcpProxyListItem

Index

Properties

Properties

Optional displayName

displayName: string

The display name.

from

from: object

The (local) address, the proxy should listen on.

Type declaration

  • hostname: string

    The hostname.

  • port: number

    The TCP port.

to

to: object

The (remote) address, the proxy should connect to.

Type declaration

  • host: string

    The hostname.

  • port: number

    The port.

Generated using TypeDoc