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

The LoginEventArgs belongs to the IrcClient.LoginEventHandler and the IrcClient.OnLogin event.
Gives information about the network and nickname of the successfully logged in connection.
상속: IrcEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
LoginEventArgs ( string networkName, string nick, IrcClient client ) : System

Initializes a new instance of the LoginEventArgs class.

메소드 상세

LoginEventArgs() 공개 메소드

Initializes a new instance of the LoginEventArgs class.
public LoginEventArgs ( string networkName, string nick, IrcClient client ) : System
networkName string The name of the network.
nick string The accepted nickname.
client IrcClient The client, what logged in.
리턴 System