ResponseType Property
Requested response type. Available only in RNIF 2.0.
Syntax
public RnifreceiverResponseTypes ResponseType { get; }
enum RnifreceiverResponseTypes { rtSync, rtAsync }
Public ReadOnly Property ResponseType As RnifreceiverResponseTypes
Enum RnifreceiverResponseTypes rtSync rtAsync End Enum
Default Value
0
Remarks
This property tells the receiver which type of response the sender is expecting.
The following types of supported responses are:
rtSync | The response will be received on the same HTTP session as the initial request. |
rtAsync | The response will be received later. |
This property is only available in RNIF version 2.0.
This property is read-only and not available at design time.