C# Class IrcDotNet.IrcServerInfo

Stores information about a particular server in an IRC network.
ファイルを表示 Open project: IrcDotNet/IrcDotNet

Public Methods

Method Description
IrcServerInfo ( string hostName, int hopCount, string info )

Initializes a new instance of the IrcServerInfo class with the specified properties.

Method Details

IrcServerInfo() public method

Initializes a new instance of the IrcServerInfo class with the specified properties.
public IrcServerInfo ( string hostName, int hopCount, string info )
hostName string The host name of the server.
hopCount int The hop count of the server from the local server.
info string A string containing arbitrary information about the server.