From 8fc9a8a9e027318ec3b598e5b3999a4a3a56216f Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Fri, 20 Mar 2020 22:49:29 +0300 Subject: [PATCH] Update description for UploadString() method. The remarks section uses the following text for both the `UploadString()` and `UploadStringAsync()` methods: > Sends a String to the resource, without blocking the calling thread. I think this is a copy-and-paste error because only the `UploadStringAsync()` method is non-blocking. I have updated the description for `UploadString()` to follow the pattern used when describing other upload methods. --- xml/System.Net/WebClient.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net/WebClient.xml b/xml/System.Net/WebClient.xml index 0ed2134bcaf..3a8fe442c15 100644 --- a/xml/System.Net/WebClient.xml +++ b/xml/System.Net/WebClient.xml @@ -72,7 +72,7 @@ ||Sends a local file to the resource, without blocking the calling thread.| ||Sends a to the resource and returns a array containing any response.| ||Sends a to the resource and returns a array containing any response, without blocking the calling thread.| -||Sends a to the resource, without blocking the calling thread.| +||Sends a to the resource and returns a containing any response.| ||Sends a to the resource, without blocking the calling thread.| The following table describes methods for downloading data from a resource.