System::Net::Http::ByteArrayContent::ByteArrayContent yapıcı
ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t>) constructor
RTTI bilgisi.
System::Net::Http::ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t> content)
| Parameter | Type | Açıklama |
|---|---|---|
| content | System::ArrayPtr<uint8_t> | Yeni bir örnek başlatmak için kullanılan içerik. |
Açıklamalar
Yeni bir örnek oluşturur.
Ayrıca Bakınız
- Typedef ArrayPtr
- Class ByteArrayContent
- Namespace System::Net::Http
- Library Aspose.Page for C++
ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t>, int32_t, int32_t) constructor
Yeni bir örnek oluşturur.
System::Net::Http::ByteArrayContent::ByteArrayContent(System::ArrayPtr<uint8_t> content, int32_t offset, int32_t count)
| Parameter | Type | Açıklama |
|---|---|---|
| content | System::ArrayPtr<uint8_t> | Yeni bir örnek başlatmak için kullanılan içerik. |
| offset | int32_t | Belirtilen dizideki bayt cinsinden ofset. |
| count | int32_t | Belirtilen dizide, ‘offset’ parametresinden başlayan bayt sayısı. |
Ayrıca Bakınız
- Typedef ArrayPtr
- Class ByteArrayContent
- Namespace System::Net::Http
- Library Aspose.Page for C++