|
|
|
@ -48,7 +48,8 @@ using System.Text;
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Represents an incoming request to a <see cref="HttpListener"/> instance.
|
|
|
|
/// Represents an incoming HTTP request to a <see cref="HttpListener"/>
|
|
|
|
|
|
|
|
/// instance.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// This class cannot be inherited.
|
|
|
|
/// This class cannot be inherited.
|
|
|
|
|