[Modify] Edit it

This commit is contained in:
sta 2019-11-25 20:54:12 +09:00
parent fc90a9e9dc
commit 13a20f45da

View File

@ -882,8 +882,8 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Copies some properties from the specified <see cref="HttpListenerResponse"/> to /// Copies some properties from the specified response instance to
/// this response. /// this instance.
/// </summary> /// </summary>
/// <param name="templateResponse"> /// <param name="templateResponse">
/// A <see cref="HttpListenerResponse"/> to copy. /// A <see cref="HttpListenerResponse"/> to copy.