Windows apps
Collapse the table of content
Expand the table of content

StreamContent Constructor (Stream, Int32)

Initializes a new instance of the StreamContent class.

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

public:
StreamContent(
	Stream^ content, 
	int bufferSize
)

Parameters

content
Type: System.IO::Stream
bufferSize
Type: System::Int32
Show:
© 2017 Microsoft