MultipartStreamProvider.Contents Property
Gets or sets the contents for this MultipartStreamProvider.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public ReadOnly Property Contents As Collection(Of HttpContent)
Get
'Usage
Dim instance As MultipartStreamProvider
Dim value As Collection(Of HttpContent)
value = instance.Contents
public Collection<HttpContent> Contents { get; }
public:
property Collection<HttpContent^>^ Contents {
Collection<HttpContent^>^ get ();
}
member Contents : Collection<HttpContent>
function get Contents () : Collection<HttpContent>
Property Value
Type: System.Collections.ObjectModel.Collection<HttpContent>
The contents for this MultipartStreamProvider.