Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The CloseConnection UDR is used for closing an existing connection. Either the Websocket server agent receives a closing handshake request and routes a CloseConnection UDR into the workflow, or the workflow sends a CloseConnection UDR to the Websocket server agent, which in turn sends a closing handshake request to the peer. A CloseConnection UDR can also be sent to the Websocket client agent for closing a connection. The following fields are included in the CloseConnection UDR:


Field
Description
URI (string)This field contains the Uniform Resource Identifier of the server or client to which connection will be closed, in string format.
  • No labels