SecureBlackbox 2020 .NET Edition

Questions / Feedback?

GetRequestStream Method

Returns the contents of the client's HTTP request.

Syntax

public void GetRequestStream(long connectionId, System.IO.Stream outputStream);
Public Sub GetRequestStream(ByVal ConnectionId As Long, ByVal OutputStream As System.IO.Stream)

Remarks

Use this method to get the body of the client's HTTP request into a stream. Note that the body of GET and HEAD requests is empty.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]