|
|
|
@ -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.
|
|
|
|
|