Discuss this help topic in SecureBlackbox Forum
A stream containing the response.
Declaration
[C#]
MemoryStream ResponseStream;
[VB.NET]
Property ResponseStream As MemoryStream
[Pascal]
property ResponseStream : TElMemoryStream;
[C++]
TMemoryStream* get_ResponseStream();
[PHP]
TMemoryStream get_ResponseStream()
[Java]
TElMemoryStream getResponseStream();
Description
This property contains the stream with response data.
Discuss this help topic in SecureBlackbox Forum