Skip to content

Commit b531212

Browse files
authored
fix cdata
1 parent ccc4fb9 commit b531212

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

xml/System.Net/FileWebRequest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,7 @@
727727
> [!NOTE]
728728
> In the case of asynchronous requests, the client application is responsible for implementing its own time-out mechanism.
729729
730-
]]>
731-
</format>
730+
]]></format>
732731
</remarks>
733732
<exception cref="T:System.InvalidOperationException">The stream is being used by a previous call to <see cref="M:System.Net.FileWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"/>.
734733

@@ -826,8 +825,7 @@ The stream already received a response previous to your request.</exception>
826825
> [!NOTE]
827826
> In the case of asynchronous requests, the client application is responsible for implementing its own time-out mechanism.
828827
829-
]]>
830-
</format>
828+
]]></format>
831829
</remarks>
832830
<exception cref="T:System.InvalidOperationException">The stream is already in use by a previous call to <see cref="M:System.Net.FileWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)" />.</exception>
833831
<exception cref="T:System.Net.WebException">The <see cref="M:System.Net.FileWebRequest" /> was aborted.</exception>

0 commit comments

Comments
 (0)