Construct a transport response based on the received SealedMessageType instance (from SMD, SIMD or SMR).
Namespace: Nehta.VendorLibrary.SM.SMDAssembly: Nehta.VendorLibrary.SM.SMD (in Nehta.VendorLibrary.SM.SMD.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax
C# |
---|
public static TransportResponseType GetTransportResponse(
CommonSealedMessageType sealedMessage,
string sourceOrganisation,
ResponseClassType deliveryResponseClass,
string deliveryResponseCode,
string deliveryResponseMessage,
DateTime transportResponseTime,
string responseId,
bool isFinal,
List<OtherTransportMetadataEntryType> otherTransportMetadata,
X509Certificate2 payloadDecryptionCertificate
) |
Visual Basic |
---|
Public Shared Function GetTransportResponse ( _
sealedMessage As CommonSealedMessageType, _
sourceOrganisation As String, _
deliveryResponseClass As ResponseClassType, _
deliveryResponseCode As String, _
deliveryResponseMessage As String, _
transportResponseTime As DateTime, _
responseId As String, _
isFinal As Boolean, _
otherTransportMetadata As List(Of OtherTransportMetadataEntryType), _
payloadDecryptionCertificate As X509Certificate2 _
) As TransportResponseType |
Visual C++ |
---|
public:
static TransportResponseType^ GetTransportResponse(
CommonSealedMessageType^ sealedMessage,
String^ sourceOrganisation,
ResponseClassType deliveryResponseClass,
String^ deliveryResponseCode,
String^ deliveryResponseMessage,
DateTime transportResponseTime,
String^ responseId,
bool isFinal,
List<OtherTransportMetadataEntryType^>^ otherTransportMetadata,
X509Certificate2^ payloadDecryptionCertificate
) |
Return Value
The TransportResponseType instance.
See Also