Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ResponseStream

TElXMLSOAPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     ResponseSOAPMessage     ResponseXMLDocument     ResponseType    

Discuss this help topic in SecureBlackbox Forum