IPWorks EDI 2020 macOS Edition

Questions / Feedback?

ReplyData Property

This property is used to retrieve synchronous reply message content.

Syntax

public var replyData: String {
get {...} }

public var replyDataB: Data {
get {...} }

Default Value

""

Remarks

This property is only used when the sender is requiring a synchronous reply or signal of acknowledgement to be sent following its action message. This gets the message body content from the receiver from the synchronous connection.

NOTE: This property is only populated when a synchronous reply (i.e., a reply over the same HTTP connection as the POST) is received. In all other cases, it will be empty.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 macOS Edition - Version 20.0 [Build 8203]