DOSProtection LogMalformedData Method NetworkComms.Net Help
Log a malformed data event for the provided remote IPAddress.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public bool LogMalformedData(
	IPAddress remoteIPAddress
)

Parameters

remoteIPAddress
Type: OnlineSystem.Net IPAddress

[Missing <param name="remoteIPAddress"/> documentation for "M:NetworkCommsDotNet.Tools.DOSProtection.LogMalformedData(System.Net.IPAddress)"]

Return Value

Type: OnlineBoolean
True if the remote IPAddress is now banned, otherwise false.
See Also