3 references to GetPropertyAsString
System.Net.WebSockets.Client (2)
System\Net\WebSockets\BrowserWebSockets\BrowserInterop.cs (2)
19string? protocol = webSocket.GetPropertyAsString("protocol"); 45string? description = webSocket.GetPropertyAsString("closeStatusDescription");
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSException.cs (1)
56string? jsStackTrace = jsException.GetPropertyAsString("stack");