C# 클래스 Meebey.SmartIrc4net.IrcTcpClient

상속: System.Net.Sockets.TcpClient
파일 보기 프로젝트 열기: NewEraCracker/LOIC 1 사용 예제들

공개 메소드들

메소드 설명
IrcTcpClient ( ) : System.Net
IrcTcpClient ( AddressFamily family ) : System.Net
IrcTcpClient ( IPEndPoint localEP ) : System.Net
IrcTcpClient ( string hostname, int port ) : System.Net

메소드 상세

IrcTcpClient() 공개 메소드

public IrcTcpClient ( ) : System.Net
리턴 System.Net

IrcTcpClient() 공개 메소드

public IrcTcpClient ( AddressFamily family ) : System.Net
family AddressFamily
리턴 System.Net

IrcTcpClient() 공개 메소드

public IrcTcpClient ( IPEndPoint localEP ) : System.Net
localEP System.Net.IPEndPoint
리턴 System.Net

IrcTcpClient() 공개 메소드

public IrcTcpClient ( string hostname, int port ) : System.Net
hostname string
port int
리턴 System.Net