C# Class NRepeat.TcpVNCRepeater

Inheritance: IProxy
Afficher le fichier Open project: jeremychild/NRepeat

Méthodes publiques

Méthode Description
Start ( ) : void

Start the VNC Repeater

Stop ( ) : void

Stop the VNC Repeater

TcpVNCRepeater ( short port ) : System
TcpVNCRepeater ( short port, IPAddress ipAddress ) : System
TcpVNCRepeater ( short port, IPAddress ipAddress, int buffer ) : System

Private Methods

Méthode Description
AcceptConnections ( ) : Task

Accept connections

ProxyClientConnection ( TcpClient client, VNCRepeaterDefinition definition, int bufferSize ) : Task

Process the client with a predetermined buffer size

ProxyClientDataToServer ( TcpClient client, VNCRepeaterDefinition definition, NetworkStream serverStream, NetworkStream clientStream, int bufferSize, CancellationToken cancellationToken ) : void

Send and receive data between the Client and Server

ProxyServerDataToClient ( NetworkStream serverStream, VNCRepeaterDefinition definition, NetworkStream clientStream, int bufferSize, CancellationToken cancellationToken ) : void

Send and receive data between the Server and Client

Method Details

Start() public méthode

Start the VNC Repeater
public Start ( ) : void
Résultat void

Stop() public méthode

Stop the VNC Repeater
public Stop ( ) : void
Résultat void

TcpVNCRepeater() public méthode

public TcpVNCRepeater ( short port ) : System
port short
Résultat System

TcpVNCRepeater() public méthode

public TcpVNCRepeater ( short port, IPAddress ipAddress ) : System
port short
ipAddress IPAddress
Résultat System

TcpVNCRepeater() public méthode

public TcpVNCRepeater ( short port, IPAddress ipAddress, int buffer ) : System
port short
ipAddress IPAddress
buffer int
Résultat System