Discuss this help topic in SecureBlackbox Forum

TElFileTSPServer.LoadRequestFromStream

TElFileTSPServer     See also     


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


Loads request from the stream.

Declaration

[C#]
    int LoadRequestFromStream(System.IO.Stream Stream);

[VB.NET]
    Function LoadRequestFromStream(ByVal Stream As System.IO.Stream) As Integer

[Pascal]
    function LoadRequestFromStream(Stream: TStream): Integer;

[C++]
    int32_t LoadRequestFromStream(TStream &Stream);
    int32_t LoadRequestFromStream(TStream *Stream);

[PHP]
    integer LoadRequestFromStream(TStream $Stream)

[Java]
    int loadRequestFromStream(TElStream Stream);

Parameters

  • Stream - stream with request

Return value

    TSP error code

TSP error code values:

Description

    Use this method to load the request from the stream and process it.

See also:     SaveReplyToStream    

Discuss this help topic in SecureBlackbox Forum