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.
StringHttpBody::WriteHttpBody Method (WebTestRequest^, Stream^)
Creates a stream that contains the HTTP body.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- request
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequest^
Used to define the encoding of non-ASCII characters.
- bodyStream
-
Type:
System.IO::Stream^
The stream to add the form post HTTP body.
Show: