IdentServer Start Method (Int32)NetIRC2 IRC Client Library for .NET
Starts the Ident server.

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

public void Start(
	int port = 113
)

Parameters

port (Optional)
Type: OnlineSystem Int32
The port to listen on. The standard port is 113.
See Also