interface SocketAddressInitOptions
Properties Jump to heading
optional
Jump to headingaddress: string | undefinedThe network address as either an IPv4 or IPv6 string.
optional
Jump to headingfamily: IPVersion | undefinedoptional
Jump to headingflowlabel: number | undefinedAn IPv6 flow-label used only if family is 'ipv6'.
optional
Jump to headingport: number | undefinedAn IP port.