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.
WebTestRecorderUtilities::ParseFileUploadFields Method (WebTestRequest^)
Parses the file upload information in the request and returns a list of the upload parts.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- request
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequest^
A WebTestRequest where the content-type header is ContentTypeMultipartFormData.
Return Value
Type: System.Collections.Generic::IList<String^>^A list of the upload parts in the request.
Show: