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
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.
I'm trying to implement a VNC server into my app.
The example
RemoteViewing.ServerExampleis not bad, but not a working server.While hunting a solution, I found in the
VncScreenFramebufferSourcein 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 NET461in line 29 of VncScreenFramebufferSource.cs.Is this a bug?