IrcClient LogOut Method NetIRC2 IRC Client Library for .NET
Logs out from the server.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void LogOut(
	string quitMessage = null
)

Parameters

quitMessage (Optional)
Type: OnlineSystem String
The quit message, or null.
See Also