RdpClient Class

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

Syntax

public class RdpClient : AtavismRdpConnectionManager

Constructors

Fields

Methods

Name Value Summary
CloseConnection(AtavismRdpConnection) void
When a connection goes into the closed state, call this
Connect(IPEndPoint) AtavismRdpConnection
Connect(IPEndPoint, int) AtavismRdpConnection
Connect to the remote endpoint with the specified timeout on receiving the response that will transition the connection to the connected state.
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