vnc server
Get Started
$ dotnet add package oueb.nvncReadme
oueb.nvnc
此为示例版本,与后续版本不兼容。
while (true)
{
VncServer s = new VncServer("123", 5900, "T!T@N-VNC");
try
{
s.Start();
}
catch (ArgumentNullException ex)
{
Console.WriteLine(ex.Message);
}
}
reference:
1: NVNC