Click or drag to resize

JobServerConfigurationElementListenIPv4AndIPv6 Property

Gets or sets a value that indicates whether the server should listen on both IPv6 and IPv4.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public bool ListenIPv4AndIPv6 { get; set; }

Property Value

Type: Boolean
if the server should listen on both IPv6 and IPv4; if the server should listen only on IPv6 if it's available, and otherwise on IPv4.
See Also