IPWorks EDI 2020 macOS Edition

Questions / Feedback?

ResponseType Property

Requested response type. Available only in RNIF 2.0.

Syntax

public var responseType: RnifreceiverResponseTypes {
get {...} }

public enum RnifreceiverResponseTypes: Int32 { case rtSync = 0 case rtAsync = 1 }

Default Value

0

Remarks

This property tells the receiver which type of response the sender is expecting.

The following types of supported responses are:

rtSyncThe response will be received on the same HTTP session as the initial request.
rtAsyncThe response will be received later.

This property is only available in RNIF version 2.0.

This property is read-only.

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