[Modify] Edit it

master
sta 6 years ago
parent 52d5d61388
commit 5904d9c044

@ -53,10 +53,11 @@ using System.Text;
namespace WebSocketSharp.Net namespace WebSocketSharp.Net
{ {
/// <summary> /// <summary>
/// Provides the access to a response to a request received by the <see cref="HttpListener"/>. /// Represents an HTTP response to an HTTP request received by
/// a <see cref="HttpListener"/> instance.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The HttpListenerResponse class cannot be inherited. /// This class cannot be inherited.
/// </remarks> /// </remarks>
public sealed class HttpListenerResponse : IDisposable public sealed class HttpListenerResponse : IDisposable
{ {

Loading…
Cancel
Save