C# 클래스 IRC.Connection

파일 보기 프로젝트 열기: tamaw/SharpIRC

보호된 프로퍼티들

프로퍼티 타입 설명
TcpClient System.Net.Sockets.TcpClient

공개 메소드들

메소드 설명
Connection ( ) : System
Connection ( string server, int port = 6667 ) : System

보호된 메소드들

메소드 설명
Connect ( ) : void
Disconnect ( ) : void
Send ( string message ) : void

메소드 상세

Connect() 보호된 메소드

protected Connect ( ) : void
리턴 void

Connection() 공개 메소드

public Connection ( ) : System
리턴 System

Connection() 공개 메소드

public Connection ( string server, int port = 6667 ) : System
server string
port int
리턴 System

Disconnect() 보호된 메소드

protected Disconnect ( ) : void
리턴 void

Send() 보호된 메소드

protected Send ( string message ) : void
message string
리턴 void

프로퍼티 상세

TcpClient 보호되어 있는 프로퍼티

protected TcpClient,System.Net.Sockets TcpClient
리턴 System.Net.Sockets.TcpClient