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

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

공개 메소드들

메소드 설명
Send ( StreamWriter writer, Client client ) : void
Topic ( Channel channel ) : System.IO
Topic ( Channel channel, string newTopic ) : System.IO
Topic ( string channelName ) : System.IO
Topic ( string channelName, string newTopic ) : System.IO

메소드 상세

Send() 공개 메소드

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

Topic() 공개 메소드

public Topic ( Channel channel ) : System.IO
channel Channel
리턴 System.IO

Topic() 공개 메소드

public Topic ( Channel channel, string newTopic ) : System.IO
channel Channel
newTopic string
리턴 System.IO

Topic() 공개 메소드

public Topic ( string channelName ) : System.IO
channelName string
리턴 System.IO

Topic() 공개 메소드

public Topic ( string channelName, string newTopic ) : System.IO
channelName string
newTopic string
리턴 System.IO