websocket-sharp
System.EventArgs
Contains the event data associated with the request events of the class.
A request event occurs when a instance receives an HTTP request.
If you want to get the HTTP request objects, you should access the property.
If you want to get the HTTP response objects to send, you should access the property.
Property
WebSocketSharp.Net.HttpListenerRequest
Gets the HTTP request objects sent from a client.
A that contains the HTTP request objects.
To be added.
Property
WebSocketSharp.Net.HttpListenerResponse
Gets the HTTP response objects to send to the client in response to the client's request.
A that contains the HTTP response objects.
To be added.