Skip to content

Commit ca49c4e

Browse files
committed
[Modify] Edit it
1 parent a57af99 commit ca49c4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

websocket-sharp/Net/HttpListenerResponse.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,8 +911,7 @@ public void CopyFrom (HttpListenerResponse templateResponse)
911911
/// <remarks>
912912
/// This method sets the <see cref="RedirectLocation"/> property to
913913
/// <paramref name="url"/>, the <see cref="StatusCode"/> property to
914-
/// <c>302</c>, and the <see cref="StatusDescription"/> property to
915-
/// <c>"Found"</c>.
914+
/// 302, and the <see cref="StatusDescription"/> property to "Found".
916915
/// </remarks>
917916
/// <param name="url">
918917
/// A <see cref="string"/> that represents the URL to which the client is

0 commit comments

Comments
 (0)