Response Property

The response generated by the component.

Syntax

public string Response { get; }
public byte[] ResponseB { get; }
Public ReadOnly Property Response As String
Public ReadOnly Property ResponseB As Byte()

Default Value

""

Remarks

The response generated by the component 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 .NET Edition - Version 20.0 [Build 8203]