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

SetRequestStream Method

Sets the stream from which the component will read the AS2 request.

Syntax

[VB.NET]
Public Sub SetRequestStream(ByVal InputStream As System.IO.Stream)
[C#]
public void SetRequestStream(System.IO.Stream inputStream);

Remarks

If an input stream is set before the component attempts to process an AS2 request, the data is read from the input stream. Otherwise, the Request will be checked. If neither of these properties are populated, the component will assume that it is hosted in an IIS application and will attempt to find the current HTTP context.

The content of the stream will be read from the current position all the way to the end and no bytes will be skipped.

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