Note that there are some explanatory texts on larger screens.

plurals
  1. USNSGaga
    primarykey
    data
    text
    plurals
    1. COthere indeed seems to be some exception going on (caught only if you enabled CLR exceptions Debug/Exceptions) - disabling resolved for me too (nothing else helped).
      singulars
    2. CONot sure if you still need it - your question is very extensive :)(which is good, just hard to fast-read through it), hope I got it right. Anyway, I don't have the 'answer' but this might help - you might want to debug it using the validation callback - also you can validate manually (return true) see if that works (not a solution just to check, see what happens) - this is the code "ServicePointManager.ServerCertificateValidationCallback += new System.Net.Security.RemoteCertificateValidationCallback((s, ce, ch, ssl) => true);" - and look up "Using a self-signed certificate with .NET" on SO.
      singulars
    3. COplease see the edited answer - it's "[DllImport("user32.dll")] public static extern IntPtr GetWindowThreadProcessId(IntPtr hWnd, IntPtr ProcessId);", a simplified version of that API (should be (HandleRef, out) - you can have various signatures for the same API, a different story) - and you'd need to work out some details, it's meant as a 'pseudo' code more but should answer the core points (and pretty much works 'as is' if you supply your own Enum method)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload