Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.