Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the root path where the content of MIME multipart body parts are written to.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Protected ReadOnly Property RootPath As String
Get
'Usage
Dim value As String
value = Me.RootPath
protected string RootPath { get; }
protected:
property String^ RootPath {
String^ get ();
}
member RootPath : string
function get RootPath () : String
Property Value
Type: System.String
The root path where the content of MIME multipart body parts are written to.