C# 클래스 NetIRC.Messages.Send.Away

상속: ISendMessage
파일 보기 프로젝트 열기: kevin-brown/NetIRC

공개 메소드들

메소드 설명
Away ( string reason ) : System.IO
Send ( StreamWriter writer, Client client ) : void

메소드 상세

Away() 공개 메소드

public Away ( string reason ) : System.IO
reason string
리턴 System.IO

Send() 공개 메소드

public Send ( StreamWriter writer, Client client ) : void
writer System.IO.StreamWriter
client Client
리턴 void