[Modify] Polish it

This commit is contained in:
sta 2016-05-15 15:36:39 +09:00
parent 57f14af53c
commit 28006eba74

View File

@ -125,10 +125,10 @@ namespace WebSocketSharp.Net
#region Public Properties
/// <summary>
/// Gets the HTTP request information from a client.
/// Gets the HTTP request object that represents a client request.
/// </summary>
/// <value>
/// A <see cref="HttpListenerRequest"/> that represents the HTTP request.
/// A <see cref="HttpListenerRequest"/> that represents the client request.
/// </value>
public HttpListenerRequest Request {
get {