DOSProtection LogConnectionInitialise Method NetworkComms.Net Help
Log a connection initialisation 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 LogConnectionInitialise(
	IPAddress remoteIPAddress
)

Parameters

remoteIPAddress
Type: OnlineSystem.Net IPAddress

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

Return Value

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