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