Click or drag to resize

EndpointConnected Class

Sent when an Endpoint joins a CFX network after it has been established. Provides the same information as the response to the AreYouThereRequest message. Need not be used for short-term machine to machine connection, where for example only a simple request / response message is being exchanged.
{
  "CFXHandle": "SMTPlus.Model_21232.SN23123",
  "RequestNetworkUri": "amqp://host33/",
  "RequestTargetAddress": "/queue/SN23123"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFXEndpointConnected

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

The EndpointConnected type exposes the following members.

Constructors
 NameDescription
Public methodEndpointConnected 
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
Top
See Also

Reference

CFX Namespace