ByteArrayContent Constructor (array<Byte>, Int32, Int32)
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.
- offset
- Type: System::Int32
The offset, in bytes, in the content parameter used to initialize the ByteArrayContent.
- count
- Type: System::Int32
The number of bytes in the content starting from the offset parameter used to initialize the ByteArrayContent.
Show: