Skip to main content

interface Deno.NetAddr

The address of a network connection or listener using an IP-based transport.

Properties #

#transport: "tcp" | "udp"

The IP-based transport protocol.

#hostname: string

The IP address.

#port: number

The port number.

Did you find what you needed?

Privacy policy