There was an error while loading. Please reload this page.
1 parent a57af99 commit ca49c4eCopy full SHA for ca49c4e
websocket-sharp/Net/HttpListenerResponse.cs
@@ -911,8 +911,7 @@ public void CopyFrom (HttpListenerResponse templateResponse)
911
/// <remarks>
912
/// This method sets the <see cref="RedirectLocation"/> property to
913
/// <paramref name="url"/>, the <see cref="StatusCode"/> property to
914
- /// <c>302</c>, and the <see cref="StatusDescription"/> property to
915
- /// <c>"Found"</c>.
+ /// 302, and the <see cref="StatusDescription"/> property to "Found".
916
/// </remarks>
917
/// <param name="url">
918
/// A <see cref="string"/> that represents the URL to which the client is
0 commit comments