Modified a few in WebSocketState.cs
This commit is contained in:
parent
64938831ab
commit
66a4b2a85a
@ -35,14 +35,13 @@ namespace WebSocketSharp
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The values of the state are defined in
|
/// The values of the state are defined in
|
||||||
/// <see href="http://www.w3.org/TR/websockets/#dom-websocket-readystate">The WebSocket
|
/// <see href="http://www.w3.org/TR/websockets/#dom-websocket-readystate">The WebSocket API</see>.
|
||||||
/// API</see>.
|
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public enum WebSocketState : ushort
|
public enum WebSocketState : ushort
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to numeric value 0.
|
/// Equivalent to numeric value 0.
|
||||||
/// Indicates that the connection has not yet been established.
|
/// Indicates that the connection hasn't yet been established.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Connecting = 0,
|
Connecting = 0,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user