File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ function Get-WebSocket {
8
8
This will create a job that connects to a WebSocket and outputs the results.
9
9
10
10
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
11
17
. EXAMPLE
12
18
# Create a WebSocket job that connects to a WebSocket and outputs the results.
13
19
Get-WebSocket -SocketUrl "wss://localhost:9669/"
@@ -107,6 +113,7 @@ function Get-WebSocket {
107
113
Group |
108
114
Sort Count -Descending |
109
115
Select -First 10
116
+
110
117
#>
111
118
[CmdletBinding (
112
119
PositionalBinding = $false ,
You can’t perform that action at this time.
0 commit comments