[Modify] Edit it
This commit is contained in:
parent
7844d57ca6
commit
344bbd8b36
@ -48,10 +48,10 @@ using System.Text;
|
|||||||
namespace WebSocketSharp.Net
|
namespace WebSocketSharp.Net
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides the access to a request to the <see cref="HttpListener"/>.
|
/// Represents an incoming request to a <see cref="HttpListener"/> instance.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The HttpListenerRequest class cannot be inherited.
|
/// This class cannot be inherited.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public sealed class HttpListenerRequest
|
public sealed class HttpListenerRequest
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user