[Modify] Polish it
This commit is contained in:
parent
28006eba74
commit
9c57d88859
@ -137,10 +137,10 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the HTTP response information used to send 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 the HTTP response to send.
|
/// A <see cref="HttpListenerResponse"/> that represents a response to the client request.
|
||||||
/// </value>
|
/// </value>
|
||||||
public HttpListenerResponse Response {
|
public HttpListenerResponse Response {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user