C# 클래스 IrcShark.Chatting.Irc.IrcProtocol

Describes the internet relay chat protocol and its parameters.
This class is a singleton and therfor can't be instanciated more than once.
상속: IProtocol
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
CreateNetwork ( string name ) : INetwork

Creates a new network configuration, for the implemented protocol.

GetInstance ( ) : IrcProtocol

Gets the instance of the protocol representation class.

비공개 메소드들

메소드 설명
IrcProtocol ( ) : System

Prevents a default instance of the IrcProtocol class from being created.

메소드 상세

CreateNetwork() 공개 메소드

Creates a new network configuration, for the implemented protocol.
public CreateNetwork ( string name ) : INetwork
name string The name of the network configuration.
리턴 INetwork

GetInstance() 공개 정적인 메소드

Gets the instance of the protocol representation class.
public static GetInstance ( ) : IrcProtocol
리턴 IrcProtocol