[Modify] Edit it
This commit is contained in:
parent
992237eeab
commit
046234d36a
@ -76,10 +76,11 @@ namespace WebSocketSharp.Server
|
|||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the HTTP request data sent from a client.
|
/// Gets the request data sent from a client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <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>
|
/// </value>
|
||||||
public HttpListenerRequest Request {
|
public HttpListenerRequest Request {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user