System::Net::Http::ByteArrayContent::ByteArrayContent constructor
Contents
[
Hide
]ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t>) constructor
RTTI information.
System::Net::Http::ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t> content)
Parameter | Type | Description |
---|---|---|
content | System::ArrayPtr<uint8_t> | Content that is used to initialize a new instance. |
Remarks
Constructs a new instance.
See Also
- Typedef ArrayPtr
- Class ByteArrayContent
- Namespace System::Net::Http
- Library Aspose.PDF for C++
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)
Parameter | Type | Description |
---|---|---|
content | System::ArrayPtr<uint8_t> | Content that is used to initialize a new instance. |
offset | int32_t | The offset in bytes in the specified array. |
count | int32_t | The number of bytes in the specified array starting from the ‘offset’ parameter. |
See Also
- Typedef ArrayPtr
- Class ByteArrayContent
- Namespace System::Net::Http
- Library Aspose.PDF for C++