AtavismRdpConnectionManager Class

Namespace
Atavism
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type["AtavismRdpConnectionManager"] class Type type-node Derived0["RdpClient"]-->Type click Derived0 "/docs/client_api_10.4.0/api/Atavism/RdpClient" Derived1["RdpServer"]-->Type click Derived1 "/docs/client_api_10.4.0/api/Atavism/RdpServer"

Syntax

public class AtavismRdpConnectionManager

Constructors

Fields

Methods

Name Value Summary
CloseConnection(AtavismRdpConnection) void
When a connection goes into the closed state, call this
Dispose() void
GetConnection(IPEndPoint) AtavismRdpConnection
Retrieve an existing connection
GetConnection(UdpClient, IPEndPoint, bool) AtavismRdpConnection
Create a new RdpConnection
HandleNewConnection(IPEndPoint) AtavismRdpConnection
OnDataReceived(IAsyncResult) void
OnTick(object, Timers.ElapsedEventArgs) void
ReleaseConnection(AtavismRdpConnection) void
When a connection goes into the close wait state, call this
WaitForData() void