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

ResponseContent Property

The response returned from the server.

Syntax

[VB.NET]
Public ReadOnlyProperty ResponseContent As String
Public ReadOnlyProperty ResponseContentB As Byte()

[C#]
public string ResponseContent {get;}
public byte[] ResponseContentB {get;}

Remarks

This property will be populated after a response is received from the server. If a receipt was requested this property will contain the receipt; otherwise this property will contain at least a small bit of HTML describing whether or not the transmission succeeded.

In case the receipt was signed, ResponseContent will contain the unsigned receipt, together with its MIME headers.

Note that if a signature was requested but an unsigned receipt is received the component will throw an exception.

This property is read-only.

Default Value

""

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