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
| Name | Constant Value | Summary |
|---|---|---|
| closeWaitConnections | ||
| connections | ||
| connectionsLock | ||
| networkTimer | ||
| rbufMax | ||
| rcvMax | ||
| remoteEP | ||
| sequenced | ||
| udpConn |
Methods
| Name | Value | Summary |
|---|---|---|
| CloseConnection |
void |
When a connection goes into the closed state, call this
|
| Dispose |
void | |
| GetConnection |
AtavismRdpConnection |
Retrieve an existing connection
|
| GetConnection |
AtavismRdpConnection |
Create a new RdpConnection
|
| HandleNewConnection |
AtavismRdpConnection | |
| OnDataReceived |
void | |
| OnTick |
void | |
| ReleaseConnection |
void |
When a connection goes into the close wait state, call this
|
| WaitForData |
void |