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

ByteArrayContent Constructor (array<Byte>)

Initializes a new instance of the ByteArrayContent class.

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

public:
ByteArrayContent(
	array<unsigned char>^ content
)

Parameters

content
Type: array<System::Byte>
The content used to initialize the ByteArrayContent.
Show:
© 2017 Microsoft