C# Класс NRepeat.TcpVNCRepeater

Наследование: IProxy
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Start() публичный Метод

Start the VNC Repeater
public Start ( ) : void
Результат void

Stop() публичный Метод

Stop the VNC Repeater
public Stop ( ) : void
Результат void

TcpVNCRepeater() публичный Метод

public TcpVNCRepeater ( short port ) : System
port short
Результат System

TcpVNCRepeater() публичный Метод

public TcpVNCRepeater ( short port, IPAddress ipAddress ) : System
port short
ipAddress IPAddress
Результат System

TcpVNCRepeater() публичный Метод

public TcpVNCRepeater ( short port, IPAddress ipAddress, int buffer ) : System
port short
ipAddress IPAddress
buffer int
Результат System