C# 클래스 IrcDotNet.IrcChannelInvitationEventArgs

Provides data for the IrcClient.PingReceived event.
상속: IrcChannelEventArgs
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet 1 사용 예제들

공개 메소드들

메소드 설명
IrcChannelInvitationEventArgs ( IrcChannel channel, IrcUser inviter ) : System.Net.Security

Initializes a new instance of the IrcChannelInvitationEventArgs class.

메소드 상세

IrcChannelInvitationEventArgs() 공개 메소드

Initializes a new instance of the IrcChannelInvitationEventArgs class.
public IrcChannelInvitationEventArgs ( IrcChannel channel, IrcUser inviter ) : System.Net.Security
channel IrcChannel The channel to which the recipient user is invited.
inviter IrcUser The user inviting the recipient user to the channel.
리턴 System.Net.Security