You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net/FileWebRequest.xml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -727,8 +727,7 @@
727
727
> [!NOTE]
728
728
> In the case of asynchronous requests, the client application is responsible for implementing its own time-out mechanism.
729
729
730
-
]]>
731
-
</format>
730
+
]]></format>
732
731
</remarks>
733
732
<exceptioncref="T:System.InvalidOperationException">The stream is being used by a previous call to <seecref="M:System.Net.FileWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"/>.
734
733
@@ -826,8 +825,7 @@ The stream already received a response previous to your request.</exception>
826
825
> [!NOTE]
827
826
> In the case of asynchronous requests, the client application is responsible for implementing its own time-out mechanism.
828
827
829
-
]]>
830
-
</format>
828
+
]]></format>
831
829
</remarks>
832
830
<exceptioncref="T:System.InvalidOperationException">The stream is already in use by a previous call to <seecref="M:System.Net.FileWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)" />.</exception>
833
831
<exceptioncref="T:System.Net.WebException">The <seecref="M:System.Net.FileWebRequest" /> was aborted.</exception>
0 commit comments