MarcusW.VncClient icon indicating copy to clipboard operation
MarcusW.VncClient copied to clipboard

High-performance cross-platform VNC-Client library for C#

Results 14 MarcusW.VncClient issues
Sort by recently updated
recently updated
newest added

This PR changes the background tasks from using threads to instead use tasks. The reason for this change is that using Threads using ThreadStart will keep the thread reserved for...

Based on the API documentation available at https://vnc-client.marcusw.de/apidoc/api/MarcusW.VncClient.RfbConnection.html#methods, I attempted to disconnect from the server using two methods bellow, however, both methods resulted in an exception being raised: - RfbConnection.CloseAsync()...

Hello, Thank you for the libs. I faced with problem, that VncView doesn't update all view, but update place under the mouse. It appears on start with automatic connection and...

I'm working on an application that involves sending screen data from a VNC connection over the network. As such, I'm looking for a way to handle individual screen rects sent...

Hey @MarcusWichelmann, first of all I'd like to thank you for providing a .net vnc implementation :) I was trying to implement your vnc client into an existing .net 6...

I conformed to the Avalonia example as much as I could, but I gave up trying to learn ReactiveUI so I did not use it at all.

how to not display the remote cursor?

I try to connect to a vncserver instance of an libvncserver implementation (https://github.com/ponty/framebuffer-vncserver) The connection to the server works nicely with UltraVNC Client with some information of the server log:...

First off, excellent library, thanks so much for making this available. You are miles ahead of any other C# VNC library out there and the integration work necessary to drop...

Hello! Very nice library! Will this library be availble for xamarin.forms? Just wondering since you are using .net core. Best regards

enhancement