TTMSMCPHTTPServerConnectionDisconnectEvent Event Type
Reports that one connection has been closed.
API unit family: TMS.MCP.HTTPServer
Remarks
Lets a channel drop a connection it was holding - a long-lived stream, for instance - as soon as the client disappears, instead of finding out on the next failed write. Raised on the connection's own thread.
Parameters
| Name | Description |
|---|---|
AConnection |
Connection that closed. It is being torn down, so it can be used to identify which one went away but must not be written to. |