Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BinaryHttpBody::WriteHttpBody Method (WebTestRequest^, Stream^)

 

Writes the binary data to the specified stream.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
virtual void WriteHttpBody(
	WebTestRequest^ request,
	Stream^ bodyStream
) sealed

Parameters

request
Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequest^

HTTP request that is sent to a Web server.

bodyStream
Type: System.IO::Stream^

Specified stream.

Return to top
Show: