Can't find source to System.Net.WebSockets.BrowserWebSocket anywhere #74522
-
I want to see how the websocket frame header is constructed (if at all) under Blazor WASM. The What's going on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://source.dot.net/ has been having some issues lately, so this might be related. I found it using GitHub Code Search instead. If you aren't in the Code Search preview, you can also usually find things by going to the runtime repo, pressing T to open the file finder and typing the class name. |
Beta Was this translation helpful? Give feedback.
It lives here: https://github.com/dotnet/runtime/blob/24d185e53ad52319799f345f38c5c4fb6377e3a0/src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs
https://source.dot.net/ has been having some issues lately, so this might be related.
I found it using GitHub Code Search instead. If you aren't in the Code Search preview, you can also usually find things by going to the runtime repo, pressing T to open the file finder and typing the class name.