C# 클래스 socks5.Socks.SocksClient

파일 보기 프로젝트 열기: ThrDev/Socks5 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Client socks5.TCP.Client

공개 메소드들

메소드 설명
Begin ( IPAddress outboundInterface, int PacketSize, int Timeout ) : void
Client_onClientDisconnected ( object sender, ClientEventArgs e ) : void
SocksClient ( Client cli ) : System

메소드 상세

Begin() 공개 메소드

public Begin ( IPAddress outboundInterface, int PacketSize, int Timeout ) : void
outboundInterface System.Net.IPAddress
PacketSize int
Timeout int
리턴 void

Client_onClientDisconnected() 공개 메소드

public Client_onClientDisconnected ( object sender, ClientEventArgs e ) : void
sender object
e socks5.TCP.ClientEventArgs
리턴 void

SocksClient() 공개 메소드

public SocksClient ( Client cli ) : System
cli socks5.TCP.Client
리턴 System

프로퍼티 상세

Client 공개적으로 프로퍼티

public Client,socks5.TCP Client
리턴 socks5.TCP.Client