Delegate WssMessageReceivedDelegate
Delegate for the WssMessageReceived event of the Ng911CadIfServer class.
Namespace: Ng911CadIfLib
Assembly: Ng911CadIfLib.dll
Syntax
public delegate void WssMessageReceivedDelegate(IPEndPoint RemIpe, string JsonString)
Parameters
| Type | Name | Description |
|---|---|---|
| IPEndPoint | RemIpe | Endpoint of the client |
| string | JsonString | JSON message that was received. |