C# 클래스 IrcDotNet.IrcServerInfo

Stores information about a particular server in an IRC network.
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet

공개 메소드들

메소드 설명
IrcServerInfo ( string hostName, int hopCount, string info )

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

메소드 상세

IrcServerInfo() 공개 메소드

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.