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

Request Property

The AS3 request to process.

Syntax

[VB.NET]
Public Property Request As String
Public Property RequestB As Byte()

[C#]
public string Request {get; set;}
public byte[] RequestB {get; set;}

Remarks

You may specify the request manually, or you may load the request from the FTP server by invoking ReadRequest.

The request may contain the AS3 headers, or these may be specified separately in RequestHeaders. Any methods which read or process the request will split the request into headers and body and populate Request and RequestHeaders appropriately.

Default Value

""

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