EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

Request Property

The HTTP request to be processed.

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

The body of the request to be processed. The HTTP headers may be set separately in RequestHeaders or may be included in Request. If they are included, a double CRLF pair should be used to separate the headers from the body.

Typically, the request may be read directly from the HTTP context, without setting this property.

When ParseRequest or ProcessRequest is invoked, the contents of Request are lost and you can read the processed data in EDIData.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0