StreamContent Constructor (Stream)

Initializes a new instance of the StreamContent class.

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

Syntax

'Declaration
Public Sub New ( _
    content As Stream _
)
'Usage
Dim content As Stream 

Dim instance As New StreamContent(content)
public StreamContent(
    Stream content
)
public:
StreamContent(
    Stream^ content
)
new : 
        content:Stream -> StreamContent
public function StreamContent(
    content : Stream
)

Parameters

See Also

Reference

StreamContent Class

StreamContent Overload

System.Net.Http Namespace