IPWorks EDI 2020 macOS Edition

Questions / Feedback?

Response Property

The response generated by the component.

Syntax

public var response: String {
get {...} }

public var responseB: Data {
get {...} }

Default Value

""

Remarks

The response generated by the class after invoking ProcessRequest or CreateResponse. The format of the response may range from a simple HTML response to a signed GISB-Acknowledgement-Receipt, depending on the client's request. In any case it will report success or failure as appropriate. If you wish to reject the request you may set RequestStatus to an appropriate value before invoking CreateResponse.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 macOS Edition - Version 20.0 [Build 8203]