Click or drag to resize

TcpServerGetDefaultListenerAddresses Method

Gets the default addresses to listen on.

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static IPAddress[] GetDefaultListenerAddresses(
	bool listen4And6
)

Parameters

listen4And6  Boolean
If , return both IPv6 and IPv4 "Any" addresses; if , use only IPv6 if the OS supports it or only IPv4 if not.

Return Value

IPAddress
The IPv6 and/or IPv4 "any" addresses to listen on.
See Also