- Namespace
- Atavism
- Base Types
-
- object
- Atavism
Rdp Connection Manager
graph BT
Type-->Base0["AtavismRdpConnectionManager"]
click Base0 "/docs/client_api_10.4.0/api/Atavism/AtavismRdpConnectionManager"
Base0-->Base1["object"]
Type["RdpServer"]
class Type type-node
Syntax
public class RdpServer : AtavismRdpConnectionManager
Constructors
| Name | Summary |
|---|---|
| RdpServer |
|
| RdpServer |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| closeWaitConnections |
Inherited from Atavism
|
|
| connections |
Inherited from Atavism
|
|
| connectionsLock |
Inherited from Atavism
|
|
| networkTimer |
Inherited from Atavism
|
|
| rbufMax |
Inherited from Atavism
|
|
| rcvMax |
Inherited from Atavism
|
|
| remoteEP |
Inherited from Atavism
|
|
| sequenced |
Inherited from Atavism
|
|
| udpConn |
Inherited from Atavism
|
Methods
| Name | Value | Summary |
|---|---|---|
| Accept |
AtavismRdpConnection | |
| CloseConnection |
void |
When a connection goes into the closed state, call this
Inherited from Atavism
|
| Dispose |
void |
Inherited from Atavism
|
| GetConnection |
AtavismRdpConnection |
Retrieve an existing connection
Inherited from Atavism
|
| GetConnection |
AtavismRdpConnection |
Create a new RdpConnection
Inherited from Atavism
|
| HandleNewConnection |
AtavismRdpConnection | |
| OnDataReceived |
void |
Inherited from Atavism
|
| OnTick |
void |
Inherited from Atavism
|
| ReleaseConnection |
void |
When a connection goes into the close wait state, call this
Inherited from Atavism
|
| WaitForData |
void |
Inherited from Atavism
|