Click or drag to resize

AuthenticatedHl7MessageReceivedEventArgs Properties

The AuthenticatedHl7MessageReceivedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAuthorizationToken
Gets the authorization token (X509 thumbprint) validated by this entity
Public propertyMessage
Gets the message that was received by the transport protocol
(Inherited from Hl7MessageReceivedEventArgs.)
Public propertyReceiveEndpoint
The endpoint of the received message
(Inherited from Hl7MessageReceivedEventArgs.)
Public propertyResponse
Gets or sets the response message
(Inherited from Hl7MessageReceivedEventArgs.)
Public propertySolicitorEndpoint
The endpoint of the solicitor
(Inherited from Hl7MessageReceivedEventArgs.)
Public propertyTimestamp
The timestamp the message was received
(Inherited from Hl7MessageReceivedEventArgs.)
Top
See Also