C# Class apophis.SharpIRC.IrcClient.ServerProperties

Description of ServerProperties.
Afficher le fichier Open project: FreeApophis/sharpIRC

Méthodes publiques

Méthode Description
GetChannelIDLength ( char channelPrefix ) : int

with an ID. The prefix says for which channel type it is.

GetChannelModes ( ChannelModeType channelModeType ) : IEnumerable
GetEnumerator ( ) : string>>.IEnumerator
GetMaxChannels ( char channelPrefix ) : int

Maximum number of channels allowed to join per Channel Type;

GetMaxList ( char listType ) : int

Returns the maximal number of List entries in a List.

KnownValues ( ) : IEnumerable
Parse ( string line ) : void
this ( string s ) : string

Safe Access to All Values Sent in RPL_ISUPPORT If a Value is not Set this will Return "FALSE" (this can also mean: we don't know) If a Value has no Parameter this will Return "TRUE" The Index should be the Identifier sent by the Server like "PREFIX" (not casesensitive)

Private Methods

Méthode Description
AddCharsToList ( List &temp, string &modes ) : void
ParsePfxNum ( string toParse ) : int>.Dictionary
ServerProperties ( ) : System
SetCommands ( string commandList ) : void

Method Details

GetChannelIDLength() public méthode

with an ID. The prefix says for which channel type it is.
public GetChannelIDLength ( char channelPrefix ) : int
channelPrefix char On Which Type of channels (ex. '#')
Résultat int

GetChannelModes() public méthode

public GetChannelModes ( ChannelModeType channelModeType ) : IEnumerable
channelModeType ChannelModeType
Résultat IEnumerable

GetEnumerator() public méthode

public GetEnumerator ( ) : string>>.IEnumerator
Résultat string>>.IEnumerator

GetMaxChannels() public méthode

Maximum number of channels allowed to join per Channel Type;
public GetMaxChannels ( char channelPrefix ) : int
channelPrefix char On Which Type of channels (ex. '#')
Résultat int

GetMaxList() public méthode

Returns the maximal number of List entries in a List.
public GetMaxList ( char listType ) : int
listType char On Which type of List (ex. Ban: 'b' )
Résultat int

KnownValues() public méthode

public KnownValues ( ) : IEnumerable
Résultat IEnumerable

Parse() public méthode

public Parse ( string line ) : void
line string
Résultat void

this() public méthode

Safe Access to All Values Sent in RPL_ISUPPORT If a Value is not Set this will Return "FALSE" (this can also mean: we don't know) If a Value has no Parameter this will Return "TRUE" The Index should be the Identifier sent by the Server like "PREFIX" (not casesensitive)
public this ( string s ) : string
s string
Résultat string