File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ function Get-WebSocket {
88 This will create a job that connects to a WebSocket and outputs the results.
99
1010 If the `-Watch` parameter is provided, will output a continous stream of objects.
11+ . LINK
12+ https://websocket.powershellweb.com/Get-WebSocket/
13+ . LINK
14+ https://learn.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocket?wt.mc_id=MVP_321542
15+ . LINK
16+ https://learn.microsoft.com/en-us/dotnet/api/system.net.httplistener?wt.mc_id=MVP_321542
1117 . EXAMPLE
1218 # Create a WebSocket job that connects to a WebSocket and outputs the results.
1319 Get-WebSocket -SocketUrl "wss://localhost:9669/"
@@ -107,6 +113,7 @@ function Get-WebSocket {
107113 Group |
108114 Sort Count -Descending |
109115 Select -First 10
116+
110117 #>
111118 [CmdletBinding (
112119 PositionalBinding = $false ,
You can’t perform that action at this time.
0 commit comments