Click or drag to resize

NetConnectionDeny Method (String)

Denies this connection; disconnecting it

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Deny(
	string reason
)

Parameters

reason
Type: SystemString
The stated reason for the disconnect, readable as a string in the StatusChanged message on the remote host
See Also