Contains the event data associated with the HTTP request events of the WebSocketSharp.Server.HttpServer class.
See Also: Inherited members from EventArgs.
[read-only] | Request | WebSocketSharp.Net.HttpListenerRequest . Gets the HTTP request objects sent from a client. |
[read-only] | Response | WebSocketSharp.Net.HttpListenerResponse . Gets the HTTP response objects to send to the client in response to the client's request. |
Gets the HTTP request objects sent from a client.
Syntax
public WebSocketSharp.Net.HttpListenerRequest Request { get; }Value
A WebSocketSharp.Net.HttpListenerRequest that contains the HTTP request objects.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets the HTTP response objects to send to the client in response to the client's request.
Syntax
public WebSocketSharp.Net.HttpListenerResponse Response { get; }Value
A WebSocketSharp.Net.HttpListenerResponse that contains the HTTP response objects.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)