IrcServer.listen

Listen on the given address. If port is 0, listen on a random available port. Returns the actual listening port.

class IrcServer
ushort
listen
(
ushort port = 6667
,
string addr = null
)

Meta