[This is preliminary documentation and is subject to change.]

Removes a given IP address from the ban list (if present).

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public static bool Remove(
	IPAddress address,
	bool raiseEvents
)

Parameters

address
IPAddress
Address to unban.
raiseEvents
Boolean
Whether to raise RemovingIPBan and RemovedIPBan events.

Return Value

True if IP was unbanned. False if it was not banned in the first place, or if it was cancelled by an event.

See Also