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

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

공개 메소드들

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

메소드 상세

Part() 공개 메소드

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

Part() 공개 메소드

public Part ( Channel channel, string message ) : System.IO
channel Channel
message string
리턴 System.IO

Part() 공개 메소드

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

Part() 공개 메소드

public Part ( string channelName, string message ) : System.IO
channelName string
message string
리턴 System.IO

Send() 공개 메소드

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