C# Class SimPlaza.UDProxy.Connection

Afficher le fichier Open project: Gnu32/UDProxy

Méthodes publiques

Свойство Type Description
MyConnection System.Net.Sockets.TcpClient
MySocks SimPlaza.UDProxy.SOCKS5.SOCKS5Server
MyStream NetworkStream
MyThread Thread

Méthodes publiques

Méthode Description
Connection ( TcpClient client ) : System

Private Methods

Méthode 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 méthode

public Connection ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
Résultat System

Property Details

MyConnection public_oe property

public TcpClient,System.Net.Sockets MyConnection
Résultat System.Net.Sockets.TcpClient

MySocks public_oe property

public SOCKS5Server,SimPlaza.UDProxy.SOCKS5 MySocks
Résultat SimPlaza.UDProxy.SOCKS5.SOCKS5Server

MyStream public_oe property

public NetworkStream MyStream
Résultat NetworkStream

MyThread public_oe property

public Thread MyThread
Résultat Thread