|
|
|
@ -36,6 +36,8 @@ namespace WebSocketSharp.Server
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public interface IWebSocketSession
|
|
|
|
public interface IWebSocketSession
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
#region Properties
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the WebSocket connection request information.
|
|
|
|
/// Gets the WebSocket connection request information.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
@ -78,5 +80,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// the WebSocket connection.
|
|
|
|
/// the WebSocket connection.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
WebSocketState State { get; }
|
|
|
|
WebSocketState State { get; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|