|
|
|
@ -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
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|