C# 클래스 Schumix.Irc.Ctcp.CtcpSender

상속: Schumix.Irc.Commands.CommandInfo
파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 메소드들

메소드 설명
CtcpReply ( IRCMessage sIRCMessage ) : void
CtcpSender ( string ServerName ) : System

비공개 메소드들

메소드 설명
FormatDateTime ( ) : string

Format the current date into date, time, and time zone. Used by Time replies.

FormatIdleTime ( ) : string

For a TimeSpan to show only hours, minutes, and seconds.

메소드 상세

CtcpReply() 공개 메소드

public CtcpReply ( IRCMessage sIRCMessage ) : void
sIRCMessage Schumix.Framework.Irc.IRCMessage
리턴 void

CtcpSender() 공개 메소드

public CtcpSender ( string ServerName ) : System
ServerName string
리턴 System