|
|
|
@ -288,11 +288,19 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the state of the <see cref="WebSocket"/> used in a session.
|
|
|
|
/// Gets the current state of the WebSocket connection for a session.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// One of the <see cref="WebSocketState"/> enum values, indicates the state of
|
|
|
|
/// <para>
|
|
|
|
/// the <see cref="WebSocket"/>.
|
|
|
|
/// One of the <see cref="WebSocketState"/> enum values.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// It indicates the current state of the connection.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// <see cref="WebSocketState.Connecting"/> if the session has not
|
|
|
|
|
|
|
|
/// started yet.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public WebSocketState State {
|
|
|
|
public WebSocketState State {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|