websocket-sharp
System.Object
Provides the basic functions of the WebSocket service.
The WebSocketService class is an abstract class.
Constructor
Initializes a new instance of the class.
To be added.
Method
System.Void
A to bind to the WebSocketService.
A to bind to the WebSocketService.
Binds the specified and
to a instance.
To be added.
Method
System.Void
An array of to broadcast.
Broadcasts the specified array of to all clients of the WebSocket service.
To be added.
Method
System.Void
A to broadcast.
Broadcasts the specified to all clients of the WebSocket service.
To be added.
Method
System.Collections.Generic.Dictionary<System.String,System.Boolean>
Pings to all clients of the WebSocket service.
A Dictionary<string, bool> that contains the collection of the ID and value
indicating whether the WebSocket service received a Pong in a time.
To be added.
Method
System.Collections.Generic.Dictionary<System.String,System.Boolean>
A that contains a message.
Pings with the specified to all clients of the WebSocket service.
A Dictionary<string, bool> that contains the collection of the ID and value
indicating whether the WebSocket service received a Pong in a time.
To be added.
Property
System.String
Gets the ID of a instance.
A that contains a ID.
To be added.
Property
System.Boolean
Gets a value indicating whether a instance is bound to a .
true if the WebSocketService is bound to a WebSocket; otherwise, false.
To be added.
Method
System.Void
A that contains the event data associated with a event.
Occurs when a inner receives a Close frame or the Stop method is called.
To be added.
Method
System.Void
An that contains the event data associated with a event.
Occurs when a inner gets an error.
To be added.
Method
System.Void
A that contains the event data associated with a event.
Occurs when a inner receives a data frame.
To be added.
Method
System.Void
Occurs when the WebSocket connection has been established.
To be added.
Method
System.Boolean
Pings to the client of a instance.
true if the WebSocketService receives a Pong in a time; otherwise, false.
To be added.
Method
System.Boolean
A that contains a message.
Pings with the specified to the client of a instance.
true if the WebSocketService receives a Pong in a time; otherwise, false.
To be added.
Method
System.Boolean
A that contains a ID that represents the destination for the Ping.
Pings to the client of a instance associated with the specified ID.
true if the WebSocket service receives a Pong in a time; otherwise, false.
To be added.
Method
System.Boolean
A that contains a ID that represents the destination for the Ping.
A that contains a message.
Pings with the specified to the client of a instance
associated with the specified ID.
true if the WebSocketService receives a Pong in a time; otherwise, false.
To be added.
Property
System.Collections.Specialized.NameValueCollection
Gets the HTTP query string variables used in the WebSocket opening handshake.
A that contains the query string variables.
To be added.
Method
System.Void
An array of that contains a binary data to send.
Sends a binary data to the client of a instance.
To be added.
Method
System.Void
A that contains a text data to send.
Sends a text data to the client of a instance.
To be added.
Method
System.Void
A that contains a ID that represents the destination for the data.
An array of that contains a binary data to send.
Sends a binary data to the client of a instance associated with the specified ID.
To be added.
Method
System.Void
A that contains a ID that represents the destination for the data.
A that contains a text data to send.
Sends a text data to the client of a instance associated with the specified ID.
To be added.
Property
WebSocketSharp.Server.SessionManager
Gets the sessions to the WebSocket service.
A that contains the sessions to the WebSocket service.
To be added.
Method
System.Void
Starts a instance.
To be added.
Method
System.Void
Stops a instance.
To be added.
Method
System.Void
A that contains a status code indicating the reason for stop.
A that contains a reason for stop.
Stops a instance with the specified and .
To be added.
Method
System.Void
One of the values that contains a status code indicating the reason for stop.
A that contains a reason for stop.
Stops a instance with the specified and .
To be added.