Delegate HttpEndpointUnixSocket.EndpointRequestReceived
Delegate of the event that is called when a new request is being received
Namespace: DuetAPIClient
Assembly: DuetAPIClient.dll
Syntax
public delegate void HttpEndpointUnixSocket.EndpointRequestReceived(HttpEndpointUnixSocket unixSocket, HttpEndpointConnection requestConnection)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpEndpointUnixSocket | unixSocket | UNIX socket in charge of the endpoint |
| HttpEndpointConnection | requestConnection | Connection representing a request from a client |