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

This class saves the standard, used by a server, the associated IrcShark.Chatting.Irc.IrcClient is connected to.
상속: IIrcObject
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
GetUserPrefixFlag ( char flag ) : FlagDefinition

Gets the FlagDefinition for the given flag if it is a user prefix flag.

IrcStandardDefinition ( IrcClient client ) : System

Initializes a new instance of the IrcStandardDefinition class and associates it with the given client.

IsAllowedChannel ( string channelName ) : bool

Checks if the given string can be used as a channelname in this standard.

메소드 상세

GetUserPrefixFlag() 공개 메소드

Gets the FlagDefinition for the given flag if it is a user prefix flag.
public GetUserPrefixFlag ( char flag ) : FlagDefinition
flag char The flag character.
리턴 FlagDefinition

IrcStandardDefinition() 공개 메소드

Initializes a new instance of the IrcStandardDefinition class and associates it with the given client.
public IrcStandardDefinition ( IrcClient client ) : System
client IrcClient /// The , this StandardDefinition belongs to. ///
리턴 System

IsAllowedChannel() 공개 메소드

Checks if the given string can be used as a channelname in this standard.
public IsAllowedChannel ( string channelName ) : bool
channelName string The name to test.
리턴 bool