Click or drag to resize

DataServerConfigurationElementListenIPv4AndIPv6 Property

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

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.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