MultipartRelatedStreamProvider.RootContent Property

 

Gets the root content of the MultipartRelatedStreamProvider.

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

public HttpContent RootContent { get; }
public:
property HttpContent^ RootContent {
    HttpContent^ get();
}
member RootContent : HttpContent with get
Public ReadOnly Property RootContent As HttpContent

Property Value

Type: System.Net.Http.HttpContent

The root content of the MultipartRelatedStreamProvider.

See Also

MultipartRelatedStreamProvider Class
System.Net.Http Namespace

Return to top