C# 클래스 SimPlaza.UDProxy.Connection

파일 보기 프로젝트 열기: Gnu32/UDProxy

공개 프로퍼티들

프로퍼티 타입 설명
MyConnection System.Net.Sockets.TcpClient
MySocks SimPlaza.UDProxy.SOCKS5.SOCKS5Server
MyStream NetworkStream
MyThread Thread

공개 메소드들

메소드 설명
Connection ( TcpClient client ) : System

비공개 메소드들

메소드 설명
DebugError ( string msg ) : void
DebugInfo ( string msg ) : void
DebugWarn ( string msg ) : void
GetNextTransmission ( ) : void

Waits for and recieves a FULL stream of data into the final buffer for processing.

StreamLoop ( ) : void

메소드 상세

Connection() 공개 메소드

public Connection ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
리턴 System

프로퍼티 상세

MyConnection 공개적으로 프로퍼티

public TcpClient,System.Net.Sockets MyConnection
리턴 System.Net.Sockets.TcpClient

MySocks 공개적으로 프로퍼티

public SOCKS5Server,SimPlaza.UDProxy.SOCKS5 MySocks
리턴 SimPlaza.UDProxy.SOCKS5.SOCKS5Server

MyStream 공개적으로 프로퍼티

public NetworkStream MyStream
리턴 NetworkStream

MyThread 공개적으로 프로퍼티

public Thread MyThread
리턴 Thread