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