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)
Parameters
- content
- Type: array<System::Byte>
The content used to initialize the ByteArrayContent.
Show: