Свойство | Тип | Описание | |
---|---|---|---|
HandeQuit | void | ||
HandleInviteReceived | void | ||
IrcUser | System | ||
IrcUser | System |
Метод | Описание | |
---|---|---|
GetChannelUsers ( ) : IEnumerable |
Gets a collection of all channel users that correspond to the user. Each IrcChannelUser represents a channel of which the user is currently a member.
|
|
ToString ( ) : string |
Returns a string representation of this instance.
|
|
WhoIs ( ) : void |
Sends a Who Is query to server for the user.
|
|
WhoWas ( int entriesCount = -1 ) : void |
Sends a Who Was query to server for the user.
|
Метод | Описание | |
---|---|---|
OnInviteReceived ( |
Raises the InviteReceived event.
|
|
OnIsAwayChanged ( |
Raises the IsAwayChanged event.
|
|
OnNickNameChanged ( |
Raises the NickNameChanged event.
|
|
OnPropertyChanged ( |
Raises the E:PropertyChanged event.
|
|
OnQuit ( |
Raises the Quit event.
|
Метод | Описание | |
---|---|---|
HandeQuit ( string comment ) : void | ||
HandleInviteReceived ( |
||
IrcUser ( ) : System | ||
IrcUser ( bool isOnline, string nickName, string userName, string realName ) : System |
protected OnInviteReceived ( |
||
e | The |
|
Результат | void |
protected OnIsAwayChanged ( |
||
e | The |
|
Результат | void |
protected OnNickNameChanged ( |
||
e | The |
|
Результат | void |
protected OnPropertyChanged ( |
||
e | The |
|
Результат | void |
protected OnQuit ( |
||
e | The |
|
Результат | void |
public WhoWas ( int entriesCount = -1 ) : void | ||
entriesCount | int | /// The maximum number of entries that the server should return. A negative number /// specifies an unlimited number of entries. /// |
Результат | void |