IdentServer MembersNetIRC2 IRC Client Library for .NET

The IdentServer type exposes the following members.
Constructors

  NameDescription
Public methodIdentServer
Initializes a new instance of the IdentServer class
Back to Top
Methods

  NameDescription
Public methodStart(Int32)
Starts the Ident server.
Public methodStart(IPEndPoint)
Starts the Ident server, listening on the specified endpoint.
Public methodStop
Stops the Ident server and disconnects all connected clients.
Back to Top
Properties

  NameDescription
Public propertyOperatingSystem
The name of the operating system running on the computer. By default, WIN32 will be used on Windows, and UNIX will be used elsewhere.
Public propertyUserID
The Ident user ID to reply with. Set this to match the IRC username.
Back to Top
See Also