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