Click or drag to resize

NetPeerConfigurationAcceptIncomingConnections Property

Gets or sets if the NetPeer should accept incoming connections. This is automatically set to true in NetServer and false in NetClient.

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

Property Value

Type: Boolean
See Also