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

public Collection<HttpContent> Contents { get; }
public:
property Collection<HttpContent^>^ Contents {
    Collection<HttpContent^>^ get();
}
member Contents : Collection<HttpContent> with get
Public ReadOnly Property Contents As Collection(Of HttpContent)

Property Value

Type: System.Collections.ObjectModel.Collection<HttpContent>

The contents for this MultipartStreamProvider.

See Also

MultipartStreamProvider Class
System.Net.Http Namespace

Return to top