Skip to content

Commit 60e9fc4

Browse files
fpelliccioniRon Petrusha
authored andcommitted
WebClient.DownloadFileAsync doen't return a Task object (#3293)
1 parent cc321cf commit 60e9fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net/WebClient.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@
11191119
<AssemblyVersion>4.0.0.0</AssemblyVersion>
11201120
</AssemblyInfo>
11211121
<Docs>
1122-
<summary>Downloads the specified resource to a local file as an asynchronous operation and returns a task object. These methods do not block the calling thread.</summary>
1122+
<summary>Downloads the specified resource to a local file as an asynchronous operation. These methods do not block the calling thread.</summary>
11231123
</Docs>
11241124
</MemberGroup>
11251125
<Member MemberName="DownloadFileAsync">

0 commit comments

Comments
 (0)