System::Net::Http::ByteArrayContent::ByteArrayContent constructor

ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t>) constructor

RTTI information.

System::Net::Http::ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t> content)
ParameterTypeDescription
contentSystem::ArrayPtr<uint8_t>Content that is used to initialize a new instance.

Remarks

Constructs a new instance.

See Also

ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t>, int32_t, int32_t) constructor

Constructs a new instance.

System::Net::Http::ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t> content, int32_t offset, int32_t count)
ParameterTypeDescription
contentSystem::ArrayPtr<uint8_t>Content that is used to initialize a new instance.
offsetint32_tThe offset in bytes in the specified array.
countint32_tThe number of bytes in the specified array starting from the ‘offset’ parameter.

See Also