@@ -6,4 +6,13 @@ extensions:
66 - ["system.net.sockets.tcpclient", "Method[getstream].ReturnValue", "remote"]
77 - ["system.net.sockets.udpclient", "Method[endreceive].ReturnValue", "remote"]
88 - ["system.net.sockets.udpclient", "Method[receive].ReturnValue", "remote"]
9- - ["system.net.sockets.udpclient", "Method[receiveasync].ReturnValue", "remote"]
9+ - ["system.net.sockets.udpclient", "Method[receiveasync].ReturnValue", "remote"]
10+ - ["system.net.webclient", "Method[downloaddata].ReturnValue", "remote"]
11+ - ["system.net.webclient", "Method[downloaddataasync].ReturnValue", "remote"]
12+ - ["system.net.webclient", "Method[downloaddatataskasync].ReturnValue", "remote"]
13+ - ["system.net.webclient", "Method[downloadfile].ReturnValue", "remote"]
14+ - ["system.net.webclient", "Method[downloadfileasync].ReturnValue", "remote"]
15+ - ["system.net.webclient", "Method[downloadfiletaskasync].ReturnValue", "remote"]
16+ - ["system.net.webclient", "Method[downloadstring].ReturnValue", "remote"]
17+ - ["system.net.webclient", "Method[downloadstringasync].ReturnValue", "remote"]
18+ - ["system.net.webclient", "Method[downloadstringtaskasync].ReturnValue", "remote"]
0 commit comments