IRC.NET


IrcRegistrationInfo

Defined in IrcDotNet.dll.
Provides information used by an IrcClient for registering the connection with the server.

Instance members

Instance memberDescription
NickName()
Signature: unit -> unit
Gets or sets the nick name of the local user to set initially upon registration. The nick name can be changed after registration.
Password()
Signature: unit -> unit
Gets or sets the password for registering with the server.
Fork me on GitHub