[Modify] Edit it
This commit is contained in:
@@ -89,10 +89,11 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the HTTP response data to return to the client.
|
/// Gets the response data to return to the client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="HttpListenerResponse"/> that represents the response data.
|
/// A <see cref="HttpListenerResponse"/> that provides the methods and
|
||||||
|
/// properties for the response data.
|
||||||
/// </value>
|
/// </value>
|
||||||
public HttpListenerResponse Response {
|
public HttpListenerResponse Response {
|
||||||
get {
|
get {
|
||||||
|
|||||||
Reference in New Issue
Block a user