WebTestRecorderUtilities.ParseFileUploadFields Method
Visual Studio 2010
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.