MultipartFileStreamProvider Constructor (String)
Initializes a new instance of the MultipartFileStreamProvider class.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Sub New ( _
rootPath As String _
)
'Usage
Dim rootPath As String
Dim instance As New MultipartFileStreamProvider(rootPath)
public MultipartFileStreamProvider(
string rootPath
)
public:
MultipartFileStreamProvider(
String^ rootPath
)
new :
rootPath:string -> MultipartFileStreamProvider
public function MultipartFileStreamProvider(
rootPath : String
)
Parameters
- rootPath
Type: System.String
The root path where the content of MIME multipart body parts are written to.
See Also
Reference
MultipartFileStreamProvider Class