[Build] Update .NETCore reference assemblies for tizen50 TFM
[platform/core/csapi/tizenfx.git] / pkg / build / tizen50 / ref / System.Net.WebClient.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>System.Net.WebClient</name>
4   </assembly>
5   <members>
6     <member name="T:System.Net.DownloadDataCompletedEventArgs">
7       <summary>Provides data for the <see cref="E:System.Net.WebClient.DownloadDataCompleted"></see> event.</summary>
8     </member>
9     <member name="P:System.Net.DownloadDataCompletedEventArgs.Result">
10       <summary>Gets the data that is downloaded by a <see cref="Overload:System.Net.WebClient.DownloadDataAsync"></see> method.</summary>
11       <returns>A <see cref="System.Byte"></see> array that contains the downloaded data.</returns>
12     </member>
13     <member name="T:System.Net.DownloadDataCompletedEventHandler">
14       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.DownloadDataCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
15       <param name="sender">The source of the event.</param>
16       <param name="e">A <see cref="T:System.Net.DownloadDataCompletedEventArgs"></see> containing event data.</param>
17     </member>
18     <member name="T:System.Net.DownloadProgressChangedEventArgs">
19       <summary>Provides data for the <see cref="E:System.Net.WebClient.DownloadProgressChanged"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
20     </member>
21     <member name="P:System.Net.DownloadProgressChangedEventArgs.BytesReceived">
22       <summary>Gets the number of bytes received.</summary>
23       <returns>An <see cref="System.Int64"></see> value that indicates the number of bytes received.</returns>
24     </member>
25     <member name="P:System.Net.DownloadProgressChangedEventArgs.TotalBytesToReceive">
26       <summary>Gets the total number of bytes in a <see cref="T:System.Net.WebClient"></see> data download operation.</summary>
27       <returns>An <see cref="System.Int64"></see> value that indicates the number of bytes that will be received.</returns>
28     </member>
29     <member name="T:System.Net.DownloadProgressChangedEventHandler">
30       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.DownloadProgressChanged"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
31       <param name="sender">The source of the event.</param>
32       <param name="e">A <see cref="T:System.Net.DownloadProgressChangedEventArgs"></see> containing event data.</param>
33     </member>
34     <member name="T:System.Net.DownloadStringCompletedEventArgs">
35       <summary>Provides data for the <see cref="E:System.Net.WebClient.DownloadStringCompleted"></see> event.</summary>
36     </member>
37     <member name="P:System.Net.DownloadStringCompletedEventArgs.Result">
38       <summary>Gets the data that is downloaded by a <see cref="Overload:System.Net.WebClient.DownloadStringAsync"></see> method.</summary>
39       <returns>A <see cref="System.String"></see> that contains the downloaded data.</returns>
40     </member>
41     <member name="T:System.Net.DownloadStringCompletedEventHandler">
42       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.DownloadStringCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
43       <param name="sender">The source of the event.</param>
44       <param name="e">A <see cref="T:System.Net.DownloadStringCompletedEventArgs"></see> that contains event data.</param>
45     </member>
46     <member name="T:System.Net.OpenReadCompletedEventArgs">
47       <summary>Provides data for the <see cref="E:System.Net.WebClient.OpenReadCompleted"></see> event.</summary>
48     </member>
49     <member name="P:System.Net.OpenReadCompletedEventArgs.Result">
50       <summary>Gets a readable stream that contains data downloaded by a <see cref="Overload:System.Net.WebClient.DownloadDataAsync"></see> method.</summary>
51       <returns>A <see cref="System.IO.Stream"></see> that contains the downloaded data.</returns>
52     </member>
53     <member name="T:System.Net.OpenReadCompletedEventHandler">
54       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.OpenReadCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
55       <param name="sender">The source of the event.</param>
56       <param name="e">A <see cref="T:System.Net.OpenReadCompletedEventArgs"></see> containing event data.</param>
57     </member>
58     <member name="T:System.Net.OpenWriteCompletedEventArgs">
59       <summary>Provides data for the <see cref="E:System.Net.WebClient.OpenWriteCompleted"></see> event.</summary>
60     </member>
61     <member name="P:System.Net.OpenWriteCompletedEventArgs.Result">
62       <summary>Gets a writable stream that is used to send data to a server.</summary>
63       <returns>A <see cref="System.IO.Stream"></see> where you can write data to be uploaded.</returns>
64     </member>
65     <member name="T:System.Net.OpenWriteCompletedEventHandler">
66       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.OpenWriteCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
67       <param name="sender">The source of the event.</param>
68       <param name="e">A <see cref="T:System.Net.OpenWriteCompletedEventArgs"></see> containing event data.</param>
69     </member>
70     <member name="T:System.Net.UploadDataCompletedEventArgs">
71       <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadDataCompleted"></see> event.</summary>
72     </member>
73     <member name="P:System.Net.UploadDataCompletedEventArgs.Result">
74       <summary>Gets the server reply to a data upload operation started by calling an <see cref="Overload:System.Net.WebClient.UploadDataAsync"></see> method.</summary>
75       <returns>A <see cref="System.Byte"></see> array containing the server reply.</returns>
76     </member>
77     <member name="T:System.Net.UploadDataCompletedEventHandler">
78       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadDataCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
79       <param name="sender">The source of the event.</param>
80       <param name="e">A <see cref="T:System.Net.UploadDataCompletedEventArgs"></see> containing event data.</param>
81     </member>
82     <member name="T:System.Net.UploadFileCompletedEventArgs">
83       <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadFileCompleted"></see> event.</summary>
84     </member>
85     <member name="P:System.Net.UploadFileCompletedEventArgs.Result">
86       <summary>Gets the server reply to a data upload operation that is started by calling an <see cref="Overload:System.Net.WebClient.UploadFileAsync"></see> method.</summary>
87       <returns>A <see cref="System.Byte"></see> array that contains the server reply.</returns>
88     </member>
89     <member name="T:System.Net.UploadFileCompletedEventHandler">
90       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadFileCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
91       <param name="sender">The source of the event.</param>
92       <param name="e">A <see cref="T:System.Net.UploadFileCompletedEventArgs"></see> that contains event data.</param>
93     </member>
94     <member name="T:System.Net.UploadProgressChangedEventArgs">
95       <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadProgressChanged"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
96     </member>
97     <member name="P:System.Net.UploadProgressChangedEventArgs.BytesReceived">
98       <summary>Gets the number of bytes received.</summary>
99       <returns>An <see cref="System.Int64"></see> value that indicates the number of bytes received.</returns>
100     </member>
101     <member name="P:System.Net.UploadProgressChangedEventArgs.BytesSent">
102       <summary>Gets the number of bytes sent.</summary>
103       <returns>An <see cref="System.Int64"></see> value that indicates the number of bytes sent.</returns>
104     </member>
105     <member name="P:System.Net.UploadProgressChangedEventArgs.TotalBytesToReceive">
106       <summary>Gets the total number of bytes in a <see cref="T:System.Net.WebClient"></see> data upload operation.</summary>
107       <returns>An <see cref="System.Int64"></see> value that indicates the number of bytes that will be received.</returns>
108     </member>
109     <member name="P:System.Net.UploadProgressChangedEventArgs.TotalBytesToSend">
110       <summary>Gets the total number of bytes to send.</summary>
111       <returns>An <see cref="System.Int64"></see> value that indicates the number of bytes that will be sent.</returns>
112     </member>
113     <member name="T:System.Net.UploadProgressChangedEventHandler">
114       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadProgressChanged"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
115       <param name="sender">The source of the event.</param>
116       <param name="e">A <see cref="T:System.Net.UploadProgressChangedEventArgs"></see> containing event data.</param>
117     </member>
118     <member name="T:System.Net.UploadStringCompletedEventArgs">
119       <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadStringCompleted"></see> event.</summary>
120     </member>
121     <member name="P:System.Net.UploadStringCompletedEventArgs.Result">
122       <summary>Gets the server reply to a string upload operation that is started by calling an <see cref="Overload:System.Net.WebClient.UploadStringAsync"></see> method.</summary>
123       <returns>A <see cref="System.Byte"></see> array that contains the server reply.</returns>
124     </member>
125     <member name="T:System.Net.UploadStringCompletedEventHandler">
126       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadStringCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
127       <param name="sender">The source of the event.</param>
128       <param name="e">A <see cref="T:System.Net.UploadStringCompletedEventArgs"></see> containing event data.</param>
129     </member>
130     <member name="T:System.Net.UploadValuesCompletedEventArgs">
131       <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadValuesCompleted"></see> event.</summary>
132     </member>
133     <member name="P:System.Net.UploadValuesCompletedEventArgs.Result">
134       <summary>Gets the server reply to a data upload operation started by calling an <see cref="Overload:System.Net.WebClient.UploadValuesAsync"></see> method.</summary>
135       <returns>A <see cref="System.Byte"></see> array containing the server reply.</returns>
136     </member>
137     <member name="T:System.Net.UploadValuesCompletedEventHandler">
138       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadValuesCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
139       <param name="sender">The source of the event.</param>
140       <param name="e">A <see cref="T:System.Net.UploadValuesCompletedEventArgs"></see> that contains event data.</param>
141     </member>
142     <member name="T:System.Net.WebClient">
143       <summary>Provides common methods for sending data to and receiving data from a resource identified by a URI.</summary>
144     </member>
145     <member name="M:System.Net.WebClient.#ctor">
146       <summary>Initializes a new instance of the <see cref="T:System.Net.WebClient"></see> class.</summary>
147     </member>
148     <member name="P:System.Net.WebClient.AllowReadStreamBuffering">
149       <summary>Gets or sets a value that indicates whether to buffer the data read from the Internet resource for a <see cref="T:System.Net.WebClient"></see> instance.</summary>
150       <returns>Returns <see cref="System.Boolean"></see>.  
151  true to enable buffering of the data received from the Internet resource; false to disable buffering. The default is true.</returns>
152     </member>
153     <member name="P:System.Net.WebClient.AllowWriteStreamBuffering">
154       <summary>Gets or sets a value that indicates whether to buffer the data written to the Internet resource for a <see cref="T:System.Net.WebClient"></see> instance.</summary>
155       <returns>Returns <see cref="System.Boolean"></see>.  
156  true to enable buffering of the data written to the Internet resource; false to disable buffering. The default is true.</returns>
157     </member>
158     <member name="P:System.Net.WebClient.BaseAddress">
159       <summary>Gets or sets the base URI for requests made by a <see cref="T:System.Net.WebClient"></see>.</summary>
160       <returns>A <see cref="System.String"></see> containing the base URI for requests made by a <see cref="System.Net.WebClient"></see> or <see cref="System.String.Empty"></see> if no base address has been specified.</returns>
161       <exception cref="T:System.ArgumentException"><see cref="System.Net.WebClient.BaseAddress"></see> is set to an invalid URI. The inner exception may contain information that will help you locate the error.</exception>
162     </member>
163     <member name="P:System.Net.WebClient.CachePolicy">
164       <summary>Gets or sets the application&amp;#39;s cache policy for any resources obtained by this WebClient instance using <see cref="T:System.Net.WebRequest"></see> objects.</summary>
165       <returns>A <see cref="System.Net.Cache.RequestCachePolicy"></see> object that represents the application&amp;#39;s caching requirements.</returns>
166     </member>
167     <member name="M:System.Net.WebClient.CancelAsync">
168       <summary>Cancels a pending asynchronous operation.</summary>
169     </member>
170     <member name="P:System.Net.WebClient.Credentials">
171       <summary>Gets or sets the network credentials that are sent to the host and used to authenticate the request.</summary>
172       <returns>An <see cref="System.Net.ICredentials"></see> containing the authentication credentials for the request. The default is null.</returns>
173     </member>
174     <member name="M:System.Net.WebClient.DownloadData(System.String)">
175       <summary>Downloads the resource as a <see cref="T:System.Byte"></see> array from the URI specified.</summary>
176       <param name="address">The URI from which to download data.</param>
177       <returns>A <see cref="System.Byte"></see> array containing the downloaded resource.</returns>
178       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
179       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
180  -or-  
181  An error occurred while downloading data.</exception>
182       <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
183     </member>
184     <member name="M:System.Net.WebClient.DownloadData(System.Uri)">
185       <summary>Downloads the resource as a <see cref="T:System.Byte"></see> array from the URI specified.</summary>
186       <param name="address">The URI represented by the <see cref="T:System.Uri"></see> object, from which to download data.</param>
187       <returns>A <see cref="System.Byte"></see> array containing the downloaded resource.</returns>
188       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
189     </member>
190     <member name="M:System.Net.WebClient.DownloadDataAsync(System.Uri)">
191       <summary>Downloads the resource as a <see cref="T:System.Byte"></see> array from the URI specified as an asynchronous operation.</summary>
192       <param name="address">A <see cref="T:System.Uri"></see> containing the URI to download.</param>
193       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
194       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
195  -or-  
196  An error occurred while downloading the resource.</exception>
197     </member>
198     <member name="M:System.Net.WebClient.DownloadDataAsync(System.Uri,System.Object)">
199       <summary>Downloads the resource as a <see cref="T:System.Byte"></see> array from the URI specified as an asynchronous operation.</summary>
200       <param name="address">A <see cref="T:System.Uri"></see> containing the URI to download.</param>
201       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
202       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
203       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
204  -or-  
205  An error occurred while downloading the resource.</exception>
206     </member>
207     <member name="E:System.Net.WebClient.DownloadDataCompleted">
208       <summary>Occurs when an asynchronous data download operation completes.</summary>
209     </member>
210     <member name="M:System.Net.WebClient.DownloadDataTaskAsync(System.String)">
211       <summary>Downloads the resource as a <see cref="T:System.Byte"></see> array from the URI specified as an asynchronous operation using a task object.</summary>
212       <param name="address">The URI of the resource to download.</param>
213       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
214  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the downloaded resource.</returns>
215       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
216       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
217  -or-  
218  An error occurred while downloading the resource.</exception>
219     </member>
220     <member name="M:System.Net.WebClient.DownloadDataTaskAsync(System.Uri)">
221       <summary>Downloads the resource as a <see cref="T:System.Byte"></see> array from the URI specified as an asynchronous operation using a task object.</summary>
222       <param name="address">The URI of the resource to download.</param>
223       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
224  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the downloaded resource.</returns>
225       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
226       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
227  -or-  
228  An error occurred while downloading the resource.</exception>
229     </member>
230     <member name="M:System.Net.WebClient.DownloadFile(System.Uri,System.String)">
231       <summary>Downloads the resource with the specified URI to a local file.</summary>
232       <param name="address">The URI specified as a <see cref="T:System.String"></see>, from which to download data.</param>
233       <param name="fileName">The name of the local file that is to receive the data.</param>
234       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
235  -or-  
236  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
237       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
238  -or-  
239  <paramref name="filename">filename</paramref> is null or <see cref="System.String.Empty"></see>.  
240  -or-  
241  The file does not exist.  
242  -or-  
243  An error occurred while downloading data.</exception>
244       <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
245     </member>
246     <member name="M:System.Net.WebClient.DownloadFile(System.String,System.String)">
247       <summary>Downloads the resource with the specified URI to a local file.</summary>
248       <param name="address">The URI from which to download data.</param>
249       <param name="fileName">The name of the local file that is to receive the data.</param>
250       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
251       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
252  -or-  
253  <paramref name="filename">filename</paramref> is null or <see cref="System.String.Empty"></see>.  
254  -or-  
255  The file does not exist.  
256  -or- An error occurred while downloading data.</exception>
257       <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
258     </member>
259     <member name="M:System.Net.WebClient.DownloadFileAsync(System.Uri,System.String)">
260       <summary>Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.</summary>
261       <param name="address">The URI of the resource to download.</param>
262       <param name="fileName">The name of the file to be placed on the local computer.</param>
263       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
264  -or-  
265  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
266       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
267  -or-  
268  An error occurred while downloading the resource.</exception>
269       <exception cref="T:System.InvalidOperationException">The local file specified by <paramref name="fileName">fileName</paramref> is in use by another thread.</exception>
270     </member>
271     <member name="M:System.Net.WebClient.DownloadFileAsync(System.Uri,System.String,System.Object)">
272       <summary>Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.</summary>
273       <param name="address">The URI of the resource to download.</param>
274       <param name="fileName">The name of the file to be placed on the local computer.</param>
275       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
276       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
277  -or-  
278  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
279       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
280  -or-  
281  An error occurred while downloading the resource.</exception>
282       <exception cref="T:System.InvalidOperationException">The local file specified by <paramref name="fileName">fileName</paramref> is in use by another thread.</exception>
283     </member>
284     <member name="E:System.Net.WebClient.DownloadFileCompleted">
285       <summary>Occurs when an asynchronous file download operation completes.</summary>
286     </member>
287     <member name="M:System.Net.WebClient.DownloadFileTaskAsync(System.String,System.String)">
288       <summary>Downloads the specified resource to a local file as an asynchronous operation using a task object.</summary>
289       <param name="address">The URI of the resource to download.</param>
290       <param name="fileName">The name of the file to be placed on the local computer.</param>
291       <returns>Returns <see cref="System.Threading.Tasks.Task"></see>.  
292  The task object representing the asynchronous operation.</returns>
293       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
294  -or-  
295  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
296       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
297  -or-  
298  An error occurred while downloading the resource.</exception>
299       <exception cref="T:System.InvalidOperationException">The local file specified by <paramref name="fileName">fileName</paramref> is in use by another thread.</exception>
300     </member>
301     <member name="M:System.Net.WebClient.DownloadFileTaskAsync(System.Uri,System.String)">
302       <summary>Downloads the specified resource to a local file as an asynchronous operation using a task object.</summary>
303       <param name="address">The URI of the resource to download.</param>
304       <param name="fileName">The name of the file to be placed on the local computer.</param>
305       <returns>Returns <see cref="System.Threading.Tasks.Task"></see>.  
306  The task object representing the asynchronous operation.</returns>
307       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
308  -or-  
309  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
310       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
311  -or-  
312  An error occurred while downloading the resource.</exception>
313       <exception cref="T:System.InvalidOperationException">The local file specified by <paramref name="fileName">fileName</paramref> is in use by another thread.</exception>
314     </member>
315     <member name="E:System.Net.WebClient.DownloadProgressChanged">
316       <summary>Occurs when an asynchronous download operation successfully transfers some or all of the data.</summary>
317     </member>
318     <member name="M:System.Net.WebClient.DownloadString(System.String)">
319       <summary>Downloads the requested resource as a <see cref="T:System.String"></see>. The resource to download is specified as a <see cref="T:System.String"></see> containing the URI.</summary>
320       <param name="address">A <see cref="T:System.String"></see> containing the URI to download.</param>
321       <returns>A <see cref="System.String"></see> containing the requested resource.</returns>
322       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
323       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
324  -or-  
325  An error occurred while downloading the resource.</exception>
326       <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
327     </member>
328     <member name="M:System.Net.WebClient.DownloadString(System.Uri)">
329       <summary>Downloads the requested resource as a <see cref="T:System.String"></see>. The resource to download is specified as a <see cref="T:System.Uri"></see>.</summary>
330       <param name="address">A <see cref="T:System.Uri"></see> object containing the URI to download.</param>
331       <returns>A <see cref="System.String"></see> containing the requested resource.</returns>
332       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
333       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
334  -or-  
335  An error occurred while downloading the resource.</exception>
336       <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
337     </member>
338     <member name="M:System.Net.WebClient.DownloadStringAsync(System.Uri)">
339       <summary>Downloads the resource specified as a <see cref="T:System.Uri"></see>. This method does not block the calling thread.</summary>
340       <param name="address">A <see cref="T:System.Uri"></see> containing the URI to download.</param>
341       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
342       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
343  -or-  
344  An error occurred while downloading the resource.</exception>
345     </member>
346     <member name="M:System.Net.WebClient.DownloadStringAsync(System.Uri,System.Object)">
347       <summary>Downloads the specified string to the specified resource. This method does not block the calling thread.</summary>
348       <param name="address">A <see cref="T:System.Uri"></see> containing the URI to download.</param>
349       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
350       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
351       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
352  -or-  
353  An error occurred while downloading the resource.</exception>
354     </member>
355     <member name="E:System.Net.WebClient.DownloadStringCompleted">
356       <summary>Occurs when an asynchronous resource-download operation completes.</summary>
357     </member>
358     <member name="M:System.Net.WebClient.DownloadStringTaskAsync(System.String)">
359       <summary>Downloads the resource as a <see cref="T:System.String"></see> from the URI specified as an asynchronous operation using a task object.</summary>
360       <param name="address">The URI of the resource to download.</param>
361       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
362  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the downloaded resource.</returns>
363       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
364       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
365  -or-  
366  An error occurred while downloading the resource.</exception>
367     </member>
368     <member name="M:System.Net.WebClient.DownloadStringTaskAsync(System.Uri)">
369       <summary>Downloads the resource as a <see cref="T:System.String"></see> from the URI specified as an asynchronous operation using a task object.</summary>
370       <param name="address">The URI of the resource to download.</param>
371       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
372  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the downloaded resource.</returns>
373       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
374       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
375  -or-  
376  An error occurred while downloading the resource.</exception>
377     </member>
378     <member name="P:System.Net.WebClient.Encoding">
379       <summary>Gets and sets the <see cref="T:System.Text.Encoding"></see> used to upload and download strings.</summary>
380       <returns>A <see cref="System.Text.Encoding"></see> that is used to encode strings. The default value of this property is the encoding returned by <see cref="System.Text.Encoding.Default"></see>.</returns>
381     </member>
382     <member name="M:System.Net.WebClient.GetWebRequest(System.Uri)">
383       <summary>Returns a <see cref="T:System.Net.WebRequest"></see> object for the specified resource.</summary>
384       <param name="address">A <see cref="T:System.Uri"></see> that identifies the resource to request.</param>
385       <returns>A new <see cref="System.Net.WebRequest"></see> object for the specified resource.</returns>
386     </member>
387     <member name="M:System.Net.WebClient.GetWebResponse(System.Net.WebRequest)">
388       <summary>Returns the <see cref="T:System.Net.WebResponse"></see> for the specified <see cref="T:System.Net.WebRequest"></see>.</summary>
389       <param name="request">A <see cref="T:System.Net.WebRequest"></see> that is used to obtain the response.</param>
390       <returns>A <see cref="System.Net.WebResponse"></see> containing the response for the specified <see cref="System.Net.WebRequest"></see>.</returns>
391     </member>
392     <member name="M:System.Net.WebClient.GetWebResponse(System.Net.WebRequest,System.IAsyncResult)">
393       <summary>Returns the <see cref="T:System.Net.WebResponse"></see> for the specified <see cref="T:System.Net.WebRequest"></see> using the specified <see cref="T:System.IAsyncResult"></see>.</summary>
394       <param name="request">A <see cref="T:System.Net.WebRequest"></see> that is used to obtain the response.</param>
395       <param name="result">An <see cref="T:System.IAsyncResult"></see> object obtained from a previous call to <see cref="M:System.Net.WebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> .</param>
396       <returns>A <see cref="System.Net.WebResponse"></see> containing the response for the specified <see cref="System.Net.WebRequest"></see>.</returns>
397     </member>
398     <member name="P:System.Net.WebClient.Headers">
399       <summary>Gets or sets a collection of header name/value pairs associated with the request.</summary>
400       <returns>A <see cref="System.Net.WebHeaderCollection"></see> containing header name/value pairs associated with this request.</returns>
401     </member>
402     <member name="P:System.Net.WebClient.IsBusy">
403       <summary>Gets whether a Web request is in progress.</summary>
404       <returns>true if the Web request is still in progress; otherwise false.</returns>
405     </member>
406     <member name="M:System.Net.WebClient.OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs)">
407       <summary>Raises the <see cref="E:System.Net.WebClient.DownloadDataCompleted"></see> event.</summary>
408       <param name="e">A <see cref="T:System.Net.DownloadDataCompletedEventArgs"></see> object that contains event data.</param>
409     </member>
410     <member name="M:System.Net.WebClient.OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs)">
411       <summary>Raises the <see cref="E:System.Net.WebClient.DownloadFileCompleted"></see> event.</summary>
412       <param name="e">An <see cref="T:System.ComponentModel.AsyncCompletedEventArgs"></see> object containing event data.</param>
413     </member>
414     <member name="M:System.Net.WebClient.OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs)">
415       <summary>Raises the <see cref="E:System.Net.WebClient.DownloadProgressChanged"></see> event.</summary>
416       <param name="e">A <see cref="T:System.Net.DownloadProgressChangedEventArgs"></see> object containing event data.</param>
417     </member>
418     <member name="M:System.Net.WebClient.OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs)">
419       <summary>Raises the <see cref="E:System.Net.WebClient.DownloadStringCompleted"></see> event.</summary>
420       <param name="e">A <see cref="T:System.Net.DownloadStringCompletedEventArgs"></see> object containing event data.</param>
421     </member>
422     <member name="M:System.Net.WebClient.OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs)">
423       <summary>Raises the <see cref="E:System.Net.WebClient.OpenReadCompleted"></see> event.</summary>
424       <param name="e">A <see cref="T:System.Net.OpenReadCompletedEventArgs"></see> object containing event data.</param>
425     </member>
426     <member name="M:System.Net.WebClient.OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs)">
427       <summary>Raises the <see cref="E:System.Net.WebClient.OpenWriteCompleted"></see> event.</summary>
428       <param name="e">A <see cref="T:System.Net.OpenWriteCompletedEventArgs"></see> object containing event data.</param>
429     </member>
430     <member name="M:System.Net.WebClient.OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs)">
431       <summary>Raises the <see cref="E:System.Net.WebClient.UploadDataCompleted"></see> event.</summary>
432       <param name="e">A <see cref="T:System.Net.UploadDataCompletedEventArgs"></see> object containing event data.</param>
433     </member>
434     <member name="M:System.Net.WebClient.OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs)">
435       <summary>Raises the <see cref="E:System.Net.WebClient.UploadFileCompleted"></see> event.</summary>
436       <param name="e">An <see cref="T:System.Net.UploadFileCompletedEventArgs"></see> object containing event data.</param>
437     </member>
438     <member name="M:System.Net.WebClient.OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs)">
439       <summary>Raises the <see cref="E:System.Net.WebClient.UploadProgressChanged"></see> event.</summary>
440       <param name="e">An <see cref="T:System.Net.UploadProgressChangedEventArgs"></see> object containing event data.</param>
441     </member>
442     <member name="M:System.Net.WebClient.OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs)">
443       <summary>Raises the <see cref="E:System.Net.WebClient.UploadStringCompleted"></see> event.</summary>
444       <param name="e">An <see cref="T:System.Net.UploadStringCompletedEventArgs"></see> object containing event data.</param>
445     </member>
446     <member name="M:System.Net.WebClient.OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs)">
447       <summary>Raises the <see cref="E:System.Net.WebClient.UploadValuesCompleted"></see> event.</summary>
448       <param name="e">A <see cref="T:System.Net.UploadValuesCompletedEventArgs"></see> object containing event data.</param>
449     </member>
450     <member name="M:System.Net.WebClient.OnWriteStreamClosed(System.Net.WriteStreamClosedEventArgs)">
451       <summary>Raises the <see cref="E:System.Net.WebClient.WriteStreamClosed"></see> event.</summary>
452       <param name="e">A <see cref="T:System.Net.WriteStreamClosedEventArgs"></see> object containing event data.</param>
453     </member>
454     <member name="M:System.Net.WebClient.OpenRead(System.String)">
455       <summary>Opens a readable stream for the data downloaded from a resource with the URI specified as a <see cref="T:System.String"></see>.</summary>
456       <param name="address">The URI specified as a <see cref="T:System.String"></see> from which to download data.</param>
457       <returns>A <see cref="System.IO.Stream"></see> used to read data from a resource.</returns>
458       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
459       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, <paramref name="address">address</paramref> is invalid.  
460  -or-  
461  An error occurred while downloading data.</exception>
462     </member>
463     <member name="M:System.Net.WebClient.OpenRead(System.Uri)">
464       <summary>Opens a readable stream for the data downloaded from a resource with the URI specified as a <see cref="T:System.Uri"></see></summary>
465       <param name="address">The URI specified as a <see cref="T:System.Uri"></see> from which to download data.</param>
466       <returns>A <see cref="System.IO.Stream"></see> used to read data from a resource.</returns>
467       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
468       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, <paramref name="address">address</paramref> is invalid.  
469  -or-  
470  An error occurred while downloading data.</exception>
471     </member>
472     <member name="M:System.Net.WebClient.OpenReadAsync(System.Uri)">
473       <summary>Opens a readable stream containing the specified resource. This method does not block the calling thread.</summary>
474       <param name="address">The URI of the resource to retrieve.</param>
475       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
476       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and address is invalid.  
477  -or-  
478  An error occurred while downloading the resource.  
479  -or-  
480  An error occurred while opening the stream.</exception>
481     </member>
482     <member name="M:System.Net.WebClient.OpenReadAsync(System.Uri,System.Object)">
483       <summary>Opens a readable stream containing the specified resource. This method does not block the calling thread.</summary>
484       <param name="address">The URI of the resource to retrieve.</param>
485       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
486       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
487       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and address is invalid.  
488  -or-  
489  An error occurred while downloading the resource.  
490  -or-  
491  An error occurred while opening the stream.</exception>
492     </member>
493     <member name="E:System.Net.WebClient.OpenReadCompleted">
494       <summary>Occurs when an asynchronous operation to open a stream containing a resource completes.</summary>
495     </member>
496     <member name="M:System.Net.WebClient.OpenReadTaskAsync(System.String)">
497       <summary>Opens a readable stream containing the specified resource as an asynchronous operation using a task object.</summary>
498       <param name="address">The URI of the resource to retrieve.</param>
499       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
500  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.IO.Stream"></see> used to read data from a resource.</returns>
501       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
502       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and address is invalid.  
503  -or-  
504  An error occurred while downloading the resource.  
505  -or-  
506  An error occurred while opening the stream.</exception>
507     </member>
508     <member name="M:System.Net.WebClient.OpenReadTaskAsync(System.Uri)">
509       <summary>Opens a readable stream containing the specified resource as an asynchronous operation using a task object.</summary>
510       <param name="address">The URI of the resource to retrieve.</param>
511       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
512  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.IO.Stream"></see> used to read data from a resource.</returns>
513       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
514       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and address is invalid.  
515  -or-  
516  An error occurred while downloading the resource.  
517  -or-  
518  An error occurred while opening the stream.</exception>
519     </member>
520     <member name="M:System.Net.WebClient.OpenWrite(System.String)">
521       <summary>Opens a stream for writing data to the specified resource.</summary>
522       <param name="address">The URI of the resource to receive the data.</param>
523       <returns>A <see cref="System.IO.Stream"></see> used to write data to the resource.</returns>
524       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
525       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
526  -or-  
527  An error occurred while opening the stream.</exception>
528     </member>
529     <member name="M:System.Net.WebClient.OpenWrite(System.Uri)">
530       <summary>Opens a stream for writing data to the specified resource.</summary>
531       <param name="address">The URI of the resource to receive the data.</param>
532       <returns>A <see cref="System.IO.Stream"></see> used to write data to the resource.</returns>
533       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
534       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
535  -or-  
536  An error occurred while opening the stream.</exception>
537     </member>
538     <member name="M:System.Net.WebClient.OpenWrite(System.String,System.String)">
539       <summary>Opens a stream for writing data to the specified resource, using the specified method.</summary>
540       <param name="address">The URI of the resource to receive the data.</param>
541       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
542       <returns>A <see cref="System.IO.Stream"></see> used to write data to the resource.</returns>
543       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
544       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
545  -or-  
546  An error occurred while opening the stream.</exception>
547     </member>
548     <member name="M:System.Net.WebClient.OpenWrite(System.Uri,System.String)">
549       <summary>Opens a stream for writing data to the specified resource, by using the specified method.</summary>
550       <param name="address">The URI of the resource to receive the data.</param>
551       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
552       <returns>A <see cref="System.IO.Stream"></see> used to write data to the resource.</returns>
553       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
554       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
555  -or-  
556  An error occurred while opening the stream.</exception>
557     </member>
558     <member name="M:System.Net.WebClient.OpenWriteAsync(System.Uri,System.String,System.Object)">
559       <summary>Opens a stream for writing data to the specified resource, using the specified method. This method does not block the calling thread.</summary>
560       <param name="address">The URI of the resource to receive the data.</param>
561       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
562       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes</param>
563       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
564       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
565  -or-  
566  An error occurred while opening the stream.</exception>
567     </member>
568     <member name="M:System.Net.WebClient.OpenWriteAsync(System.Uri,System.String)">
569       <summary>Opens a stream for writing data to the specified resource. This method does not block the calling thread.</summary>
570       <param name="address">The URI of the resource to receive the data.</param>
571       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
572       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
573     </member>
574     <member name="M:System.Net.WebClient.OpenWriteAsync(System.Uri)">
575       <summary>Opens a stream for writing data to the specified resource. This method does not block the calling thread.</summary>
576       <param name="address">The URI of the resource to receive the data.</param>
577       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
578     </member>
579     <member name="E:System.Net.WebClient.OpenWriteCompleted">
580       <summary>Occurs when an asynchronous operation to open a stream to write data to a resource completes.</summary>
581     </member>
582     <member name="M:System.Net.WebClient.OpenWriteTaskAsync(System.String)">
583       <summary>Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.</summary>
584       <param name="address">The URI of the resource to receive the data.</param>
585       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
586  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.IO.Stream"></see> used to write data to the resource.</returns>
587       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
588       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
589  -or-  
590  An error occurred while opening the stream.</exception>
591     </member>
592     <member name="M:System.Net.WebClient.OpenWriteTaskAsync(System.Uri)">
593       <summary>Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.</summary>
594       <param name="address">The URI of the resource to receive the data.</param>
595       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
596  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.IO.Stream"></see> used to write data to the resource.</returns>
597       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
598       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
599  -or-  
600  An error occurred while opening the stream.</exception>
601     </member>
602     <member name="M:System.Net.WebClient.OpenWriteTaskAsync(System.String,System.String)">
603       <summary>Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.</summary>
604       <param name="address">The URI of the resource to receive the data.</param>
605       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
606       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
607  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.IO.Stream"></see> used to write data to the resource.</returns>
608       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
609       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
610  -or-  
611  An error occurred while opening the stream.</exception>
612     </member>
613     <member name="M:System.Net.WebClient.OpenWriteTaskAsync(System.Uri,System.String)">
614       <summary>Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.</summary>
615       <param name="address">The URI of the resource to receive the data.</param>
616       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
617       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
618  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.IO.Stream"></see> used to write data to the resource.</returns>
619       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
620       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
621  -or-  
622  An error occurred while opening the stream.</exception>
623     </member>
624     <member name="P:System.Net.WebClient.Proxy">
625       <summary>Gets or sets the proxy used by this <see cref="T:System.Net.WebClient"></see> object.</summary>
626       <returns>An <see cref="System.Net.IWebProxy"></see> instance used to send requests.</returns>
627       <exception cref="T:System.ArgumentNullException"><see cref="System.Net.WebClient.Proxy"></see> is set to null.</exception>
628     </member>
629     <member name="P:System.Net.WebClient.QueryString">
630       <summary>Gets or sets a collection of query name/value pairs associated with the request.</summary>
631       <returns>A <see cref="System.Collections.Specialized.NameValueCollection"></see> that contains query name/value pairs associated with the request. If no pairs are associated with the request, the value is an empty <see cref="System.Collections.Specialized.NameValueCollection"></see>.</returns>
632     </member>
633     <member name="P:System.Net.WebClient.ResponseHeaders">
634       <summary>Gets a collection of header name/value pairs associated with the response.</summary>
635       <returns>A <see cref="System.Net.WebHeaderCollection"></see> containing header name/value pairs associated with the response, or null if no response has been received.</returns>
636     </member>
637     <member name="M:System.Net.WebClient.UploadData(System.String,System.Byte[])">
638       <summary>Uploads a data buffer to a resource identified by a URI.</summary>
639       <param name="address">The URI of the resource to receive the data.</param>
640       <param name="data">The data buffer to send to the resource.</param>
641       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
642       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
643       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
644  -or-  
645  <paramref name="data">data</paramref> is null.  
646  -or-  
647  An error occurred while sending the data.  
648  -or-  
649  There was no response from the server hosting the resource.</exception>
650     </member>
651     <member name="M:System.Net.WebClient.UploadData(System.Uri,System.Byte[])">
652       <summary>Uploads a data buffer to a resource identified by a URI.</summary>
653       <param name="address">The URI of the resource to receive the data.</param>
654       <param name="data">The data buffer to send to the resource.</param>
655       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
656       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
657       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
658  -or-  
659  <paramref name="data">data</paramref> is null.  
660  -or-  
661  An error occurred while sending the data.  
662  -or-  
663  There was no response from the server hosting the resource.</exception>
664     </member>
665     <member name="M:System.Net.WebClient.UploadData(System.String,System.String,System.Byte[])">
666       <summary>Uploads a data buffer to the specified resource, using the specified method.</summary>
667       <param name="address">The URI of the resource to receive the data.</param>
668       <param name="method">The HTTP method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
669       <param name="data">The data buffer to send to the resource.</param>
670       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
671       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
672       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
673  -or-  
674  <paramref name="data">data</paramref> is null.  
675  -or-  
676  An error occurred while uploading the data.  
677  -or-  
678  There was no response from the server hosting the resource.</exception>
679     </member>
680     <member name="M:System.Net.WebClient.UploadData(System.Uri,System.String,System.Byte[])">
681       <summary>Uploads a data buffer to the specified resource, using the specified method.</summary>
682       <param name="address">The URI of the resource to receive the data.</param>
683       <param name="method">The HTTP method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
684       <param name="data">The data buffer to send to the resource.</param>
685       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
686       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
687       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
688  -or-  
689  <paramref name="data">data</paramref> is null.  
690  -or-  
691  An error occurred while uploading the data.  
692  -or-  
693  There was no response from the server hosting the resource.</exception>
694     </member>
695     <member name="M:System.Net.WebClient.UploadDataAsync(System.Uri,System.String,System.Byte[])">
696       <summary>Uploads a data buffer to a resource identified by a URI, using the specified method. This method does not block the calling thread.</summary>
697       <param name="address">The URI of the resource to receive the data.</param>
698       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
699       <param name="data">The data buffer to send to the resource.</param>
700       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
701       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
702  -or-  
703  An error occurred while opening the stream.  
704  -or-  
705  There was no response from the server hosting the resource.</exception>
706     </member>
707     <member name="M:System.Net.WebClient.UploadDataAsync(System.Uri,System.String,System.Byte[],System.Object)">
708       <summary>Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token.</summary>
709       <param name="address">The URI of the resource to receive the data.</param>
710       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
711       <param name="data">The data buffer to send to the resource.</param>
712       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
713       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
714       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
715  -or-  
716  An error occurred while opening the stream.  
717  -or-  
718  There was no response from the server hosting the resource.</exception>
719     </member>
720     <member name="M:System.Net.WebClient.UploadDataAsync(System.Uri,System.Byte[])">
721       <summary>Uploads a data buffer to a resource identified by a URI, using the POST method. This method does not block the calling thread.</summary>
722       <param name="address">The URI of the resource to receive the data.</param>
723       <param name="data">The data buffer to send to the resource.</param>
724       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
725       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
726  -or-  
727  An error occurred while opening the stream.  
728  -or-  
729  There was no response from the server hosting the resource.</exception>
730     </member>
731     <member name="E:System.Net.WebClient.UploadDataCompleted">
732       <summary>Occurs when an asynchronous data-upload operation completes.</summary>
733     </member>
734     <member name="M:System.Net.WebClient.UploadDataTaskAsync(System.String,System.Byte[])">
735       <summary>Uploads a data buffer that contains a <see cref="T:System.Byte"></see> array to the URI specified as an asynchronous operation using a task object.</summary>
736       <param name="address">The URI of the resource to receive the data.</param>
737       <param name="data">The data buffer to send to the resource.</param>
738       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
739  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the body of the response received from the resource when the data buffer was uploaded.</returns>
740       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
741       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
742  -or-  
743  An error occurred while opening the stream.  
744  -or-  
745  There was no response from the server hosting the resource.</exception>
746     </member>
747     <member name="M:System.Net.WebClient.UploadDataTaskAsync(System.Uri,System.Byte[])">
748       <summary>Uploads a data buffer that contains a <see cref="T:System.Byte"></see> array to the URI specified as an asynchronous operation using a task object.</summary>
749       <param name="address">The URI of the resource to receive the data.</param>
750       <param name="data">The data buffer to send to the resource.</param>
751       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
752  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the body of the response received from the resource when the data buffer was uploaded.</returns>
753       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
754       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
755  -or-  
756  An error occurred while opening the stream.  
757  -or-  
758  There was no response from the server hosting the resource.</exception>
759     </member>
760     <member name="M:System.Net.WebClient.UploadDataTaskAsync(System.String,System.String,System.Byte[])">
761       <summary>Uploads a data buffer that contains a <see cref="T:System.Byte"></see> array to the URI specified as an asynchronous operation using a task object.</summary>
762       <param name="address">The URI of the resource to receive the data.</param>
763       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
764       <param name="data">The data buffer to send to the resource.</param>
765       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
766  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the body of the response received from the resource when the data buffer was uploaded.</returns>
767       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
768       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
769  -or-  
770  An error occurred while opening the stream.  
771  -or-  
772  There was no response from the server hosting the resource.</exception>
773     </member>
774     <member name="M:System.Net.WebClient.UploadDataTaskAsync(System.Uri,System.String,System.Byte[])">
775       <summary>Uploads a data buffer that contains a <see cref="T:System.Byte"></see> array to the URI specified as an asynchronous operation using a task object.</summary>
776       <param name="address">The URI of the resource to receive the data.</param>
777       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
778       <param name="data">The data buffer to send to the resource.</param>
779       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
780  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the body of the response received from the resource when the data buffer was uploaded.</returns>
781       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.</exception>
782       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
783  -or-  
784  An error occurred while opening the stream.  
785  -or-  
786  There was no response from the server hosting the resource.</exception>
787     </member>
788     <member name="M:System.Net.WebClient.UploadFile(System.String,System.String)">
789       <summary>Uploads the specified local file to a resource with the specified URI.</summary>
790       <param name="address">The URI of the resource to receive the file. For example, ftp://localhost/samplefile.txt.</param>
791       <param name="fileName">The file to send to the resource. For example, &amp;quot;samplefile.txt&amp;quot;.</param>
792       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
793       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
794  -or-  
795  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
796       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
797  -or-  
798  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid characters, or does not exist.  
799  -or-  
800  An error occurred while uploading the file.  
801  -or-  
802  There was no response from the server hosting the resource.  
803  -or-  
804  The Content-type header begins with multipart.</exception>
805     </member>
806     <member name="M:System.Net.WebClient.UploadFile(System.Uri,System.String)">
807       <summary>Uploads the specified local file to a resource with the specified URI.</summary>
808       <param name="address">The URI of the resource to receive the file. For example, ftp://localhost/samplefile.txt.</param>
809       <param name="fileName">The file to send to the resource. For example, &amp;quot;samplefile.txt&amp;quot;.</param>
810       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
811       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
812  -or-  
813  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
814       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
815  -or-  
816  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid characters, or does not exist.  
817  -or-  
818  An error occurred while uploading the file.  
819  -or-  
820  There was no response from the server hosting the resource.  
821  -or-  
822  The Content-type header begins with multipart.</exception>
823     </member>
824     <member name="M:System.Net.WebClient.UploadFile(System.String,System.String,System.String)">
825       <summary>Uploads the specified local file to the specified resource, using the specified method.</summary>
826       <param name="address">The URI of the resource to receive the file.</param>
827       <param name="method">The method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
828       <param name="fileName">The file to send to the resource.</param>
829       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
830       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
831  -or-  
832  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
833       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
834  -or-  
835  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid characters, or does not exist.  
836  -or-  
837  An error occurred while uploading the file.  
838  -or-  
839  There was no response from the server hosting the resource.  
840  -or-  
841  The Content-type header begins with multipart.</exception>
842     </member>
843     <member name="M:System.Net.WebClient.UploadFile(System.Uri,System.String,System.String)">
844       <summary>Uploads the specified local file to the specified resource, using the specified method.</summary>
845       <param name="address">The URI of the resource to receive the file.</param>
846       <param name="method">The method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
847       <param name="fileName">The file to send to the resource.</param>
848       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
849       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
850  -or-  
851  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
852       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
853  -or-  
854  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid characters, or does not exist.  
855  -or-  
856  An error occurred while uploading the file.  
857  -or-  
858  There was no response from the server hosting the resource.  
859  -or-  
860  The Content-type header begins with multipart.</exception>
861     </member>
862     <member name="M:System.Net.WebClient.UploadFileAsync(System.Uri,System.String)">
863       <summary>Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.</summary>
864       <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
865       <param name="fileName">The file to send to the resource.</param>
866       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
867  -or-  
868  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
869       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
870  -or-  
871  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.  
872  -or-  
873  An error occurred while opening the stream.  
874  -or-  
875  There was no response from the server hosting the resource.  
876  -or-  
877  The Content-type header begins with multipart.</exception>
878     </member>
879     <member name="M:System.Net.WebClient.UploadFileAsync(System.Uri,System.String,System.String)">
880       <summary>Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.</summary>
881       <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
882       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
883       <param name="fileName">The file to send to the resource.</param>
884       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
885  -or-  
886  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
887       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
888  -or-  
889  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.  
890  -or-  
891  An error occurred while opening the stream.  
892  -or-  
893  There was no response from the server hosting the resource.  
894  -or-  
895  The Content-type header begins with multipart.</exception>
896     </member>
897     <member name="M:System.Net.WebClient.UploadFileAsync(System.Uri,System.String,System.String,System.Object)">
898       <summary>Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.</summary>
899       <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
900       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
901       <param name="fileName">The file to send to the resource.</param>
902       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
903       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
904  -or-  
905  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
906       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
907  -or-  
908  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.  
909  -or-  
910  An error occurred while opening the stream.  
911  -or-  
912  There was no response from the server hosting the resource.  
913  -or-  
914  The Content-type header begins with multipart.</exception>
915     </member>
916     <member name="E:System.Net.WebClient.UploadFileCompleted">
917       <summary>Occurs when an asynchronous file-upload operation completes.</summary>
918     </member>
919     <member name="M:System.Net.WebClient.UploadFileTaskAsync(System.Uri,System.String,System.String)">
920       <summary>Uploads the specified local file to a resource as an asynchronous operation using a task object.</summary>
921       <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
922       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
923       <param name="fileName">The local file to send to the resource.</param>
924       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
925  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the body of the response received from the resource when the file was uploaded.</returns>
926       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
927  -or-  
928  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
929       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
930  -or-  
931  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.  
932  -or-  
933  An error occurred while opening the stream.  
934  -or-  
935  There was no response from the server hosting the resource.  
936  -or-  
937  The Content-type header begins with multipart.</exception>
938     </member>
939     <member name="M:System.Net.WebClient.UploadFileTaskAsync(System.String,System.String,System.String)">
940       <summary>Uploads the specified local file to a resource as an asynchronous operation using a task object.</summary>
941       <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
942       <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
943       <param name="fileName">The local file to send to the resource.</param>
944       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
945  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the body of the response received from the resource when the file was uploaded.</returns>
946       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
947  -or-  
948  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
949       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
950  -or-  
951  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.  
952  -or-  
953  An error occurred while opening the stream.  
954  -or-  
955  There was no response from the server hosting the resource.  
956  -or-  
957  The Content-type header begins with multipart.</exception>
958     </member>
959     <member name="M:System.Net.WebClient.UploadFileTaskAsync(System.String,System.String)">
960       <summary>Uploads the specified local file to a resource as an asynchronous operation using a task object.</summary>
961       <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
962       <param name="fileName">The local file to send to the resource.</param>
963       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
964  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the body of the response received from the resource when the file was uploaded.</returns>
965       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
966  -or-  
967  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
968       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
969  -or-  
970  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.  
971  -or-  
972  An error occurred while opening the stream.  
973  -or-  
974  There was no response from the server hosting the resource.  
975  -or-  
976  The Content-type header begins with multipart.</exception>
977     </member>
978     <member name="M:System.Net.WebClient.UploadFileTaskAsync(System.Uri,System.String)">
979       <summary>Uploads the specified local file to a resource as an asynchronous operation using a task object.</summary>
980       <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
981       <param name="fileName">The local file to send to the resource.</param>
982       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
983  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the body of the response received from the resource when the file was uploaded.</returns>
984       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
985  -or-  
986  The <paramref name="fileName">fileName</paramref> parameter is null.</exception>
987       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
988  -or-  
989  <paramref name="fileName">fileName</paramref> is null, is <see cref="System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.  
990  -or-  
991  An error occurred while opening the stream.  
992  -or-  
993  There was no response from the server hosting the resource.  
994  -or-  
995  The Content-type header begins with multipart.</exception>
996     </member>
997     <member name="E:System.Net.WebClient.UploadProgressChanged">
998       <summary>Occurs when an asynchronous upload operation successfully transfers some or all of the data.</summary>
999     </member>
1000     <member name="M:System.Net.WebClient.UploadString(System.String,System.String)">
1001       <summary>Uploads the specified string to the specified resource, using the POST method.</summary>
1002       <param name="address">The URI of the resource to receive the string. For Http resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1003       <param name="data">The string to be uploaded.</param>
1004       <returns>A <see cref="System.String"></see> containing the response sent by the server.</returns>
1005       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1006  -or-  
1007  The <paramref name="data">data</paramref> parameter is null.</exception>
1008       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1009  -or-  
1010  There was no response from the server hosting the resource.</exception>
1011     </member>
1012     <member name="M:System.Net.WebClient.UploadString(System.Uri,System.String)">
1013       <summary>Uploads the specified string to the specified resource, using the POST method.</summary>
1014       <param name="address">The URI of the resource to receive the string. For Http resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1015       <param name="data">The string to be uploaded.</param>
1016       <returns>A <see cref="System.String"></see> containing the response sent by the server.</returns>
1017       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1018  -or-  
1019  The <paramref name="data">data</paramref> parameter is null.</exception>
1020       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1021  -or-  
1022  There was no response from the server hosting the resource.</exception>
1023     </member>
1024     <member name="M:System.Net.WebClient.UploadString(System.String,System.String,System.String)">
1025       <summary>Uploads the specified string to the specified resource, using the specified method.</summary>
1026       <param name="address">The URI of the resource to receive the string. This URI must identify a resource that can accept a request sent with the method method.</param>
1027       <param name="method">The HTTP method used to send the string to the resource. If null, the default is POST for http and STOR for ftp.</param>
1028       <param name="data">The string to be uploaded.</param>
1029       <returns>A <see cref="System.String"></see> containing the response sent by the server.</returns>
1030       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1031  -or-  
1032  The <paramref name="data">data</paramref> parameter is null.</exception>
1033       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1034  -or-  
1035  There was no response from the server hosting the resource.  
1036  -or-  
1037  <paramref name="method">method</paramref> cannot be used to send content.</exception>
1038     </member>
1039     <member name="M:System.Net.WebClient.UploadString(System.Uri,System.String,System.String)">
1040       <summary>Uploads the specified string to the specified resource, using the specified method.</summary>
1041       <param name="address">The URI of the resource to receive the string. This URI must identify a resource that can accept a request sent with the method method.</param>
1042       <param name="method">The HTTP method used to send the string to the resource. If null, the default is POST for http and STOR for ftp.</param>
1043       <param name="data">The string to be uploaded.</param>
1044       <returns>A <see cref="System.String"></see> containing the response sent by the server.</returns>
1045       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1046  -or-  
1047  The <paramref name="data">data</paramref> parameter is null.</exception>
1048       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1049  -or-  
1050  There was no response from the server hosting the resource.  
1051  -or-  
1052  <paramref name="method">method</paramref> cannot be used to send content.</exception>
1053     </member>
1054     <member name="M:System.Net.WebClient.UploadStringAsync(System.Uri,System.String)">
1055       <summary>Uploads the specified string to the specified resource. This method does not block the calling thread.</summary>
1056       <param name="address">The URI of the resource to receive the string. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1057       <param name="data">The string to be uploaded.</param>
1058       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1059  -or-  
1060  The <paramref name="data">data</paramref> parameter is null.</exception>
1061       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1062  -or-  
1063  There was no response from the server hosting the resource.</exception>
1064     </member>
1065     <member name="M:System.Net.WebClient.UploadStringAsync(System.Uri,System.String,System.String)">
1066       <summary>Uploads the specified string to the specified resource. This method does not block the calling thread.</summary>
1067       <param name="address">The URI of the resource to receive the string. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1068       <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
1069       <param name="data">The string to be uploaded.</param>
1070       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1071  -or-  
1072  The <paramref name="data">data</paramref> parameter is null.</exception>
1073       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1074  -or-  
1075  <paramref name="method">method</paramref> cannot be used to send content.  
1076  -or-  
1077  There was no response from the server hosting the resource.</exception>
1078     </member>
1079     <member name="M:System.Net.WebClient.UploadStringAsync(System.Uri,System.String,System.String,System.Object)">
1080       <summary>Uploads the specified string to the specified resource. This method does not block the calling thread.</summary>
1081       <param name="address">The URI of the resource to receive the string. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1082       <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
1083       <param name="data">The string to be uploaded.</param>
1084       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
1085       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1086  -or-  
1087  The <paramref name="data">data</paramref> parameter is null.</exception>
1088       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1089  -or-  
1090  <paramref name="method">method</paramref> cannot be used to send content.  
1091  -or-  
1092  There was no response from the server hosting the resource.</exception>
1093     </member>
1094     <member name="E:System.Net.WebClient.UploadStringCompleted">
1095       <summary>Occurs when an asynchronous string-upload operation completes.</summary>
1096     </member>
1097     <member name="M:System.Net.WebClient.UploadStringTaskAsync(System.Uri,System.String,System.String)">
1098       <summary>Uploads the specified string to the specified resource as an asynchronous operation using a task object.</summary>
1099       <param name="address">The URI of the resource to receive the string. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1100       <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
1101       <param name="data">The string to be uploaded.</param>
1102       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
1103  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.String"></see> containing the response sent by the server.</returns>
1104       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1105  -or-  
1106  The <paramref name="data">data</paramref> parameter is null.</exception>
1107       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1108  -or-  
1109  <paramref name="method">method</paramref> cannot be used to send content.  
1110  -or-  
1111  There was no response from the server hosting the resource.</exception>
1112     </member>
1113     <member name="M:System.Net.WebClient.UploadStringTaskAsync(System.String,System.String,System.String)">
1114       <summary>Uploads the specified string to the specified resource as an asynchronous operation using a task object.</summary>
1115       <param name="address">The URI of the resource to receive the string. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1116       <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
1117       <param name="data">The string to be uploaded.</param>
1118       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
1119  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.String"></see> containing the response sent by the server.</returns>
1120       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1121  -or-  
1122  The <paramref name="data">data</paramref> parameter is null.</exception>
1123       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1124  -or-  
1125  <paramref name="method">method</paramref> cannot be used to send content.  
1126  -or-  
1127  There was no response from the server hosting the resource.</exception>
1128     </member>
1129     <member name="M:System.Net.WebClient.UploadStringTaskAsync(System.String,System.String)">
1130       <summary>Uploads the specified string to the specified resource as an asynchronous operation using a task object.</summary>
1131       <param name="address">The URI of the resource to receive the string. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1132       <param name="data">The string to be uploaded.</param>
1133       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
1134  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.String"></see> containing the response sent by the server.</returns>
1135       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1136  -or-  
1137  The <paramref name="data">data</paramref> parameter is null.</exception>
1138       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1139  -or-  
1140  There was no response from the server hosting the resource.</exception>
1141     </member>
1142     <member name="M:System.Net.WebClient.UploadStringTaskAsync(System.Uri,System.String)">
1143       <summary>Uploads the specified string to the specified resource as an asynchronous operation using a task object.</summary>
1144       <param name="address">The URI of the resource to receive the string. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
1145       <param name="data">The string to be uploaded.</param>
1146       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
1147  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.String"></see> containing the response sent by the server.</returns>
1148       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1149  -or-  
1150  The <paramref name="data">data</paramref> parameter is null.</exception>
1151       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1152  -or-  
1153  There was no response from the server hosting the resource.</exception>
1154     </member>
1155     <member name="M:System.Net.WebClient.UploadValues(System.String,System.Collections.Specialized.NameValueCollection)">
1156       <summary>Uploads the specified name/value collection to the resource identified by the specified URI.</summary>
1157       <param name="address">The URI of the resource to receive the collection.</param>
1158       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1159       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
1160       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1161  -or-  
1162  The <paramref name="data">data</paramref> parameter is null.</exception>
1163       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
1164  -or-  
1165  <paramref name="data">data</paramref> is null.  
1166  -or-  
1167  There was no response from the server hosting the resource.  
1168  -or-  
1169  An error occurred while opening the stream.  
1170  -or-  
1171  The Content-type header is not null or &amp;quot;application/x-www-form-urlencoded&amp;quot;.</exception>
1172     </member>
1173     <member name="M:System.Net.WebClient.UploadValues(System.Uri,System.Collections.Specialized.NameValueCollection)">
1174       <summary>Uploads the specified name/value collection to the resource identified by the specified URI.</summary>
1175       <param name="address">The URI of the resource to receive the collection.</param>
1176       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1177       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
1178       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1179  -or-  
1180  The <paramref name="data">data</paramref> parameter is null.</exception>
1181       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
1182  -or-  
1183  <paramref name="data">data</paramref> is null.  
1184  -or-  
1185  There was no response from the server hosting the resource.  
1186  -or-  
1187  An error occurred while opening the stream.  
1188  -or-  
1189  The Content-type header is not null or &amp;quot;application/x-www-form-urlencoded&amp;quot;.</exception>
1190     </member>
1191     <member name="M:System.Net.WebClient.UploadValues(System.String,System.String,System.Collections.Specialized.NameValueCollection)">
1192       <summary>Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method.</summary>
1193       <param name="address">The URI of the resource to receive the collection.</param>
1194       <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
1195       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1196       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
1197       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1198  -or-  
1199  The <paramref name="data">data</paramref> parameter is null.</exception>
1200       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
1201  -or-  
1202  <paramref name="data">data</paramref> is null.  
1203  -or-  
1204  An error occurred while opening the stream.  
1205  -or-  
1206  There was no response from the server hosting the resource.  
1207  -or-  
1208  The Content-type header value is not null and is not application/x-www-form-urlencoded.</exception>
1209     </member>
1210     <member name="M:System.Net.WebClient.UploadValues(System.Uri,System.String,System.Collections.Specialized.NameValueCollection)">
1211       <summary>Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method.</summary>
1212       <param name="address">The URI of the resource to receive the collection.</param>
1213       <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
1214       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1215       <returns>A <see cref="System.Byte"></see> array containing the body of the response from the resource.</returns>
1216       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1217  -or-  
1218  The <paramref name="data">data</paramref> parameter is null.</exception>
1219       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
1220  -or-  
1221  <paramref name="data">data</paramref> is null.  
1222  -or-  
1223  An error occurred while opening the stream.  
1224  -or-  
1225  There was no response from the server hosting the resource.  
1226  -or-  
1227  The Content-type header value is not null and is not application/x-www-form-urlencoded.</exception>
1228     </member>
1229     <member name="M:System.Net.WebClient.UploadValuesAsync(System.Uri,System.Collections.Specialized.NameValueCollection)">
1230       <summary>Uploads the data in the specified name/value collection to the resource identified by the specified URI. This method does not block the calling thread.</summary>
1231       <param name="address">The URI of the resource to receive the collection. This URI must identify a resource that can accept a request sent with the default method.</param>
1232       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1233       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1234  -or-  
1235  The <paramref name="data">data</paramref> parameter is null.</exception>
1236       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1237  -or-  
1238  There was no response from the server hosting the resource.</exception>
1239     </member>
1240     <member name="M:System.Net.WebClient.UploadValuesAsync(System.Uri,System.String,System.Collections.Specialized.NameValueCollection)">
1241       <summary>Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method. This method does not block the calling thread.</summary>
1242       <param name="address">The URI of the resource to receive the collection. This URI must identify a resource that can accept a request sent with the method method.</param>
1243       <param name="method">The method used to send the string to the resource. If null, the default is POST for http and STOR for ftp.</param>
1244       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1245       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1246  -or-  
1247  The <paramref name="data">data</paramref> parameter is null.</exception>
1248       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1249  -or-  
1250  There was no response from the server hosting the resource.  
1251  -or-  
1252  <paramref name="method">method</paramref> cannot be used to send content.</exception>
1253     </member>
1254     <member name="M:System.Net.WebClient.UploadValuesAsync(System.Uri,System.String,System.Collections.Specialized.NameValueCollection,System.Object)">
1255       <summary>Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method. This method does not block the calling thread, and allows the caller to pass an object to the method that is invoked when the operation completes.</summary>
1256       <param name="address">The URI of the resource to receive the collection. This URI must identify a resource that can accept a request sent with the method method.</param>
1257       <param name="method">The HTTP method used to send the string to the resource. If null, the default is POST for http and STOR for ftp.</param>
1258       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1259       <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
1260       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1261  -or-  
1262  The <paramref name="data">data</paramref> parameter is null.</exception>
1263       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see> and <paramref name="address">address</paramref> is invalid.  
1264  -or-  
1265  There was no response from the server hosting the resource.  
1266  -or-  
1267  <paramref name="method">method</paramref> cannot be used to send content.</exception>
1268     </member>
1269     <member name="E:System.Net.WebClient.UploadValuesCompleted">
1270       <summary>Occurs when an asynchronous upload of a name/value collection completes.</summary>
1271     </member>
1272     <member name="M:System.Net.WebClient.UploadValuesTaskAsync(System.String,System.String,System.Collections.Specialized.NameValueCollection)">
1273       <summary>Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.</summary>
1274       <param name="address">The URI of the resource to receive the collection.</param>
1275       <param name="method">The HTTP method used to send the collection to the resource. If null, the default is POST for http and STOR for ftp.</param>
1276       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1277       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
1278  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the response sent by the server.</returns>
1279       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1280  -or-  
1281  The <paramref name="data">data</paramref> parameter is null.</exception>
1282       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
1283  -or-  
1284  <paramref name="method">method</paramref> cannot be used to send content.  
1285  -or-  
1286  There was no response from the server hosting the resource.  
1287  -or-  
1288  An error occurred while opening the stream.  
1289  -or-  
1290  The Content-type header is not null or &amp;quot;application/x-www-form-urlencoded&amp;quot;.</exception>
1291     </member>
1292     <member name="M:System.Net.WebClient.UploadValuesTaskAsync(System.String,System.Collections.Specialized.NameValueCollection)">
1293       <summary>Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.</summary>
1294       <param name="address">The URI of the resource to receive the collection.</param>
1295       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1296       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
1297  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the response sent by the server.</returns>
1298       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1299  -or-  
1300  The <paramref name="data">data</paramref> parameter is null.</exception>
1301       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
1302  -or-  
1303  There was no response from the server hosting the resource.  
1304  -or-  
1305  An error occurred while opening the stream.  
1306  -or-  
1307  The Content-type header is not null or &amp;quot;application/x-www-form-urlencoded&amp;quot;.</exception>
1308     </member>
1309     <member name="M:System.Net.WebClient.UploadValuesTaskAsync(System.Uri,System.Collections.Specialized.NameValueCollection)">
1310       <summary>Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.</summary>
1311       <param name="address">The URI of the resource to receive the collection.</param>
1312       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1313       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
1314  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the response sent by the server.</returns>
1315       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1316  -or-  
1317  The <paramref name="data">data</paramref> parameter is null.</exception>
1318       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
1319  -or-  
1320  An error occurred while opening the stream.  
1321  -or-  
1322  There was no response from the server hosting the resource.  
1323  -or-  
1324  The Content-type header value is not null and is not application/x-www-form-urlencoded.</exception>
1325     </member>
1326     <member name="M:System.Net.WebClient.UploadValuesTaskAsync(System.Uri,System.String,System.Collections.Specialized.NameValueCollection)">
1327       <summary>Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.</summary>
1328       <param name="address">The URI of the resource to receive the collection.</param>
1329       <param name="method">The HTTP method used to send the collection to the resource. If null, the default is POST for http and STOR for ftp.</param>
1330       <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
1331       <returns>Returns <see cref="System.Threading.Tasks.Task`1"></see>.  
1332  The task object representing the asynchronous operation. The <see cref="System.Threading.Tasks.Task`1.Result"></see> property on the task object returns a <see cref="System.Byte"></see> array containing the response sent by the server.</returns>
1333       <exception cref="T:System.ArgumentNullException">The <paramref name="address">address</paramref> parameter is null.  
1334  -or-  
1335  The <paramref name="data">data</paramref> parameter is null.</exception>
1336       <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="System.Net.WebClient.BaseAddress"></see>, and <paramref name="address">address</paramref> is invalid.  
1337  -or-  
1338  <paramref name="method">method</paramref> cannot be used to send content.  
1339  -or-  
1340  There was no response from the server hosting the resource.  
1341  -or-  
1342  An error occurred while opening the stream.  
1343  -or-  
1344  The Content-type header is not null or &amp;quot;application/x-www-form-urlencoded&amp;quot;.</exception>
1345     </member>
1346     <member name="P:System.Net.WebClient.UseDefaultCredentials">
1347       <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that controls whether the <see cref="P:System.Net.CredentialCache.DefaultCredentials"></see> are sent with requests.</summary>
1348       <returns>true if the default credentials are used; otherwise false. The default value is false.</returns>
1349     </member>
1350     <member name="E:System.Net.WebClient.WriteStreamClosed">
1351       <summary>Occurs when an asynchronous operation to write data to a resource using a write stream is closed.</summary>
1352     </member>
1353     <member name="T:System.Net.WriteStreamClosedEventArgs">
1354       <summary>Provides data for the <see cref="E:System.Net.WebClient.WriteStreamClosed"></see> event.</summary>
1355     </member>
1356     <member name="M:System.Net.WriteStreamClosedEventArgs.#ctor">
1357       <summary>Initializes a new instance of the <see cref="T:System.Net.WriteStreamClosedEventArgs"></see> class.</summary>
1358     </member>
1359     <member name="P:System.Net.WriteStreamClosedEventArgs.Error">
1360       <summary>Gets the error value when a write stream is closed.</summary>
1361       <returns>Returns <see cref="System.Exception"></see>.</returns>
1362     </member>
1363     <member name="T:System.Net.WriteStreamClosedEventHandler">
1364       <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.WriteStreamClosed"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
1365       <param name="sender"></param>
1366       <param name="e"></param>
1367     </member>
1368   </members>
1369 </doc>