Click or drag to resize

NetPeerConfigurationDualStack Property

Gets or sets a value indicating whether the library should use IPv6 dual stack mode. If you enable this you should make sure that the LocalAddress is an IPv6 address. Cannot be changed once NetPeer is initialized.

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool DualStack { get; set; }

Property Value

Type: Boolean
See Also