Click or drag to resize

WhoIsThereResponse Class

Allows any CFX endpoint to discover all of the other endpoints participating in this CFX network, and their capabilities. All other CFX endpoints must then respond to this broadcast, providing information about themselves. The response provides basic information about the endpoint, including its CFX Handle and network hostname / address.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": null
  },
  "CFXHandle": "SMTPlus.Model_21232.SN23123",
  "RequestNetworkUri": "amqp://host33/",
  "RequestTargetAddress": "/queue/SN23123"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFXWhoIsThereResponse

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class WhoIsThereResponse : CFXMessage

The WhoIsThereResponse type exposes the following members.

Constructors
 NameDescription
Public methodWhoIsThereResponse Default Constructor
Top
Properties
 NameDescription
Public propertyCFXHandle The handle of the endpoint that is responding
Public propertyRequestNetworkUri The network address / Uri to be used for requests to this endpoint
Public propertyRequestTargetAddress The AMQP 1.0 target address to be used for requests to this endpoint
Public propertyResult Result of the request.
Top
See Also

Reference

CFX Namespace