Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.ProcessBody

TElWebDAVServer     See also     


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


Processes request body.

Declaration

[C#/Java]
    void ProcessBody(ref TElHTTPServerResponseParams ResponseInfo, System.IO.Stream Strm);

[VB.NET]
    Sub ProcessBody(ByRef ResponseInfo As TElHTTPServerResponseParams, ByVal Strm As System.IO.Stream)

[Pascal]
    procedure ProcessBody(var ResponseInfo : TElHTTPServerResponseParams; Strm : TStream);

[C++]
    not available

[PHP]
    not available

Parameters

  • ResponseInfo - this parameter will contain the server's response parameters.
  • Strm - the stream with request data.

Description

    Call this method to process the body (data) of the client's request.

See also:     ProcessHeaders    

Discuss this help topic in SecureBlackbox Forum