C# Class SimPlaza.UDProxy.Connection

Show file Open project: Gnu32/UDProxy

Public Properties

Property Type Description
MyConnection System.Net.Sockets.TcpClient
MySocks SimPlaza.UDProxy.SOCKS5.SOCKS5Server
MyStream NetworkStream
MyThread Thread

Public Methods

Method Description
Connection ( TcpClient client ) : System

Private Methods

Method Description
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

Method Details

Connection() public method

public Connection ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
return System

Property Details

MyConnection public property

public TcpClient,System.Net.Sockets MyConnection
return System.Net.Sockets.TcpClient

MySocks public property

public SOCKS5Server,SimPlaza.UDProxy.SOCKS5 MySocks
return SimPlaza.UDProxy.SOCKS5.SOCKS5Server

MyStream public property

public NetworkStream MyStream
return NetworkStream

MyThread public property

public Thread MyThread
return Thread