Delegate EidoResponseSentDelegate
Delegate for the EidoResponseSent event of the Ng911CadIfServer class.
Namespace: Ng911CadIfLib
Assembly: Ng911CadIfLib.dll
Syntax
public delegate void EidoResponseSentDelegate(IPEndPoint RemIpe, int ResponseCode, EidoType eido)
Parameters
| Type | Name | Description |
|---|---|---|
| IPEndPoint | RemIpe | Endpoint of the client that the EIDO was sent to. |
| int | ResponseCode | HTTP response code that was sent. |
| EidoType | eido | EIDO document that was sent. Will be null if the ResponseCode is not 200. |