@zeroc/ice
    Preparing search index...

    Class IPConnectionInfo

    Provides access to the connection details of an IP connection

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get adapterName(): string

      The name of the adapter associated with this connection.

      Returns string

    • get connectionId(): string

      The connection id.

      Returns string

    • get localAddress(): string

      The local address.

      Returns string

    • get localPort(): number

      The local port.

      Returns number

    • get remoteAddress(): string

      The remote address.

      Returns string

    • get remotePort(): number

      The remote port.

      Returns number

    • get underlying(): Ice.ConnectionInfo

      The information of the underlying transport, or null if there is no underlying transport.

      Returns Ice.ConnectionInfo