|
|
|
@ -142,7 +142,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// Gets the HTTP response object used to send a response to the client.
|
|
|
|
/// Gets the HTTP response object used to send a response to the client.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="HttpListenerResponse"/> that represents a response to the client request.
|
|
|
|
/// A <see cref="HttpListenerResponse"/> that represents a response to
|
|
|
|
|
|
|
|
/// the client request.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public HttpListenerResponse Response {
|
|
|
|
public HttpListenerResponse Response {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|