Click or drag to resize

AuthenticatedHl7MessageReceivedEventArgs Constructor

Creates a new instance of the Hl7MessageReceivedEventArgs

Namespace: SanteDB.Messaging.HL7.TransportProtocol
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public AuthenticatedHl7MessageReceivedEventArgs(
	IMessage message,
	Uri solicitorEp,
	Uri receiveEp,
	DateTime timestamp,
	X509Certificate2 authorization
)

Parameters

message  IMessage

[Missing <param name="message"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.AuthenticatedHl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

solicitorEp  Uri

[Missing <param name="solicitorEp"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.AuthenticatedHl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

receiveEp  Uri

[Missing <param name="receiveEp"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.AuthenticatedHl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

timestamp  DateTime

[Missing <param name="timestamp"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.AuthenticatedHl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

authorization  X509Certificate2

[Missing <param name="authorization"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.AuthenticatedHl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

See Also