mscorlib(4.0.0.0) API with additions
WebSocketState.cs
1
namespace
System.Net.WebSockets
2
{
4
public
enum
WebSocketState
5
{
7
None
,
9
Connecting,
11
Open,
13
CloseSent
,
15
CloseReceived
,
17
Closed,
19
Aborted
20
}
21
}
System.Net.WebSockets.WebSocketState.CloseReceived
A close message was received from the remote endpoint.
System.Net.WebSockets.WebSocketState.CloseSent
A close message was sent to the remote endpoint.
System.Net.WebSockets
Definition:
ClientWebSocket.cs:4
System.Net.WebSockets.WebSocketState
WebSocketState
Defines the different states a WebSockets instance can be in.
Definition:
WebSocketState.cs:4
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Net.WebSockets.WebSocketState.Aborted
Reserved for future use.
All cs
System.Net.WebSockets
WebSocketState.cs
Generated by
1.8.15