C# 클래스 Squishy.Irc.Dcc.DccChatArgs

파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Accept bool
RemoteEndPoint System.Net.IPEndPoint
User IrcUser

비공개 메소드들

메소드 설명
DccChatArgs ( IrcUser user, IPEndPoint endPoint ) : System.Net

프로퍼티 상세

Accept 공개적으로 프로퍼티

Determines wether or not a ChatClient shall be established.
public bool Accept
리턴 bool

RemoteEndPoint 공개적으로 프로퍼티

The EndPoint where the ChatClient should connect to.
public IPEndPoint,System.Net RemoteEndPoint
리턴 System.Net.IPEndPoint

User 공개적으로 프로퍼티

The User who requests the chat session.
public IrcUser User
리턴 IrcUser