We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a26c43 commit bd90435Copy full SHA for bd90435
powershell/ql/test/library-tests/frameworks/system_net_sockets/test.ps1
@@ -15,3 +15,6 @@ $remoteEndpoint2 = $null
15
$data2 = $udpClient.Receive([ref]$remoteEndpoint2) # $ type="remote flow source"
16
17
$receiveTask = $udpClient.ReceiveAsync() # $ type="remote flow source"
18
+
19
+$webclient = [System.Net.WebClient]::new()
20
+$data = $webclient.DownloadData("https://example.com/data.txt") # $ MISSING: type="remote flow source"
0 commit comments