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: 2.2.1
Syntax
public AuthenticatedHl7MessageReceivedEventArgs(
	IMessage message,
	Uri solicitorEp,
	Uri receiveEp,
	DateTime timestamp,
	byte[] authorization
)

Parameters

message
Type: 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.Byte[])"]

solicitorEp
Type: SystemUri

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

receiveEp
Type: SystemUri

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

timestamp
Type: SystemDateTime

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

authorization
Type: SystemByte

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

See Also