C# Class SimPlaza.UDProxy.Connection

Datei anzeigen 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_oe property

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

MySocks public_oe property

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

MyStream public_oe property

public NetworkStream MyStream
return NetworkStream

MyThread public_oe property

public Thread MyThread
return Thread