quamotion / remoteviewing

RemoteViewing is a .NET-native VNC client and server library.
Other
262 stars 77 forks source link

Extract IVncServer interface & VncServer class. #108

Closed qmfrederik closed 4 years ago

qmfrederik commented 4 years ago

The VncServerSession represents a single connection between a client and a server. The (I)VncServer interface & class complement this with a server which can handle multiple connections.