• Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • Ng911CadIfLib
      • CadIfConnectionStateDelegate
      • CadIfLoggingSettings
      • CadIfSubscriptionStateDelegate
      • CadIfWebSocketClient
      • EidoReceivedDelegateType
      • EidoRequestReceivedDelegate
      • EidoResponseSentDelegate
      • EidoRetrievalCallbackDelegate
      • MutualAuthenticationDelegate
      • NewSubscriptionDelegate
      • Ng911CadIfServer
      • SubscriptionEndedDelegate
      • WssConectionEndedDelegate
      • WssConnectionAcceptedDelegate
      • WssMessageReceivedDelegate
      • WssMessageSentDelegate

    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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX