deno.com

interface SocketAddressInitOptions

Properties #

#address: string | undefined
optional

The network address as either an IPv4 or IPv6 string.

#family: IPVersion | undefined
optional
#flowlabel: number | undefined
optional

An IPv6 flow-label used only if family is 'ipv6'.

#port: number | undefined
optional

An IP port.