[Modify] Polish it

master
sta 10 years ago
parent 57f14af53c
commit 28006eba74

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

Loading…
Cancel
Save