EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

ResponseType Property

Requested response type. Available only in RNIF 2.0.

Syntax

[VB.NET]
Public Property ResponseType As RnifsenderResponseTypes

[C#]
public RnifsenderResponseTypes ResponseType {get; set;}

enum RnifsenderResponseTypes { rtSync, rtAsync }

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 not available at design time.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]