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.

FileUploadParameter Constructor

 

Initializes a new instance of the FileUploadParameter class.

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

NameDescription
System_CAPS_pubmethodFileUploadParameter()

Initializes a new instance of the FileUploadParameter class.

System_CAPS_pubmethodFileUploadParameter(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.

System_CAPS_pubmethodFileUploadParameter(String^, String^, String^)

Initializes a new instance of the FileUploadParameter class using the parameter name, file name and the type of content.

System_CAPS_pubmethodFileUploadParameter(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..

Return to top
Show: