Share via


FileUploadParameter Constructor (String, String, String)

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

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    fileName As String, _
    contentType As String _
)
public FileUploadParameter(
    string name,
    string fileName,
    string contentType
)
public:
FileUploadParameter(
    String^ name, 
    String^ fileName, 
    String^ contentType
)
new : 
        name:string * 
        fileName:string * 
        contentType:string -> FileUploadParameter
public function FileUploadParameter(
    name : String, 
    fileName : String, 
    contentType : String
)

Parameters

.NET Framework Security

See Also

Reference

FileUploadParameter Class

FileUploadParameter Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace