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 the root content of the MultipartRelatedStreamProvider.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public ReadOnly Property RootContent As HttpContent
Get
'Usage
Dim instance As MultipartRelatedStreamProvider
Dim value As HttpContent
value = instance.RootContent
public HttpContent RootContent { get; }
public:
property HttpContent^ RootContent {
HttpContent^ get ();
}
member RootContent : HttpContent
function get RootContent () : HttpContent
Property Value
Type: HttpContent
The root content of the MultipartRelatedStreamProvider.