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.

WebTestRecorderUtilities::ParseFileUploadFields Method (WebTestRequest^)

 

Parses the file upload information in the request and returns a list of the upload parts.

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

public:
static IList<String^>^ ParseFileUploadFields(
	WebTestRequest^ request
)

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.

Return to top
Show: