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.
FileUploadParameter Constructor
Initializes a new instance of the FileUploadParameter class.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | FileUploadParameter() | Initializes a new instance of the FileUploadParameter class. |
![]() | FileUploadParameter(String^, String^) | Initializes a new instance of the FileUploadParameter class with values for the inherited Name and UrlEncode properties in addition to the FileName property. |
![]() | FileUploadParameter(String^, String^, String^) | Initializes a new instance of the FileUploadParameter class using the parameter name, file name and the type of content. |
![]() | FileUploadParameter(String^, String^, String^, Boolean) | Initializes a new instance of the FileUploadParameter class using the parameter name, file name, type of content and a boolean value to generate a unique name.. |
Show:
