|
|
|
@ -44,8 +44,8 @@ using WebSocketSharp.Net.WebSockets;
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Provides the access to the HTTP request and response information
|
|
|
|
/// Provides the access to the HTTP request and response objects used by
|
|
|
|
/// used by the <see cref="HttpListener"/>.
|
|
|
|
/// the <see cref="HttpListener"/>.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// The HttpListenerContext class cannot be inherited.
|
|
|
|
/// The HttpListenerContext class cannot be inherited.
|
|
|
|
|