Skip to content

Commit fa41114

Browse files
author
James Brundage
committed
docs: Get-WebSocket Links ( Fixes #88 )
1 parent 843df9e commit fa41114

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Commands/Get-WebSocket.ps1

+7
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)