The IdentServer type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
IdentServer | Initializes a new instance of the IdentServer class |
Methods
Name | Description | |
---|---|---|
Start(Int32) |
Starts the Ident server.
| |
Start(IPEndPoint) |
Starts the Ident server, listening on the specified endpoint.
| |
Stop |
Stops the Ident server and disconnects all connected clients.
|
Properties
Name | Description | |
---|---|---|
OperatingSystem |
The name of the operating system running on the computer.
By default, WIN32 will be used on Windows, and UNIX will be used elsewhere.
| |
UserID |
The Ident user ID to reply with.
Set this to match the IRC username.
|
See Also