[Modify] Edit it
This commit is contained in:
parent
6f8a2b8d06
commit
657dd7d732
@ -34,11 +34,12 @@ using WebSocketSharp.Net.WebSockets;
|
|||||||
namespace WebSocketSharp.Server
|
namespace WebSocketSharp.Server
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Exposes the methods and properties used to define the behavior of a WebSocket service
|
/// Exposes a set of methods and properties used to define the behavior of
|
||||||
/// provided by the <see cref="WebSocketServer"/> or <see cref="HttpServer"/>.
|
/// a WebSocket service provided by the <see cref="WebSocketServer"/> or
|
||||||
|
/// <see cref="HttpServer"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The WebSocketBehavior class is an abstract class.
|
/// This class is an abstract class.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public abstract class WebSocketBehavior : IWebSocketSession
|
public abstract class WebSocketBehavior : IWebSocketSession
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user