Click or drag to resize

EndpointConnected Class

[This is preliminary documentation and is subject to change.]

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

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

The EndpointConnected type exposes the following members.

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