C# 클래스 IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs

Provides data for events that indicate a response to a CTCP request.
상속: System.EventArgs
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet

공개 메소드들

메소드 설명
CtcpResponseReceivedEventArgs ( IrcUser user ) : System

Initializes a new instance of the CtcpResponseReceivedEventArgs class.

메소드 상세

CtcpResponseReceivedEventArgs() 공개 메소드

Initializes a new instance of the CtcpResponseReceivedEventArgs class.
public CtcpResponseReceivedEventArgs ( IrcUser user ) : System
user IrcUser The user from which the response was received.
리턴 System