[Modify] Edit it

This commit is contained in:
sta 2017-06-25 18:07:26 +09:00
parent 992237eeab
commit 046234d36a

View File

@ -76,10 +76,11 @@ namespace WebSocketSharp.Server
#region Public Properties
/// <summary>
/// Gets the HTTP request data sent from a client.
/// Gets the request data sent from a client.
/// </summary>
/// <value>
/// A <see cref="HttpListenerRequest"/> that represents the request data.
/// A <see cref="HttpListenerRequest"/> that provides the methods and
/// properties for the request data.
/// </value>
public HttpListenerRequest Request {
get {