FileUploadParameter Class
No content here will be updated; please do not add material here.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::Parameter
Microsoft.VisualStudio.TestTools.WebTesting::FormPostParameter
Microsoft.VisualStudio.TestTools.WebTesting::FileUploadParameter
| 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.. |
| Name | Description | |
|---|---|---|
![]() | ContentType | Gets or sets the content type header. |
![]() | FileName | Gets or sets the file name to upload. |
![]() | FileUploadName | |
![]() | GenerateUniqueName | Gets or sets a Boolean value to indicate whether to generate a unique file name for the uploaded file. |
![]() | HtmlEncodeFileName | |
![]() | Name | Gets or sets the parameter name.(Inherited from Parameter.) |
![]() | UrlEncode | |
![]() | UseGuids | |
![]() | Value | Gets or sets the string value of the parameter.(Inherited from Parameter.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Performs a MemberwiseClone on this instance.(Overrides FormPostParameter::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
No content here will be updated; please do not add material here.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


