You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
The example RemoteViewing.ServerExample is not bad, but not a working server.
While hunting a solution, I found in the VncScreenFramebufferSource in the namespace RemoteViewing.Windows.Forms.Server.
But this is not compiled inside the NuGet package. I believe the reason for this is the compiler directive #if NET461 in line 29 of VncScreenFramebufferSource.cs.
Is this a bug?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to implement a VNC server into my app.
The example
RemoteViewing.ServerExample
is not bad, but not a working server.While hunting a solution, I found in the
VncScreenFramebufferSource
in the namespaceRemoteViewing.Windows.Forms.Server
.But this is not compiled inside the NuGet package. I believe the reason for this is the compiler directive
#if NET461
in line 29 of VncScreenFramebufferSource.cs.Is this a bug?
The text was updated successfully, but these errors were encountered: