System::Net::Http::ByteArrayContent clase
Contenido
[
Ocultar
]ByteArrayContent class
Representa el contenido HTTP como una matriz de bytes. Los objetos de esta clase solo deben asignarse usando la función System::MakeObject() . Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class ByteArrayContent : public System::Net::Http::HttpContent
Métodos
| Método | Descripción |
|---|---|
| ByteArrayContent(System::ArrayPtr<uint8_t>) | Información RTTI. |
| ByteArrayContent(System::ArrayPtr<uint8_t>, int32_t, int32_t) | Construye una nueva instancia. |
| TryComputeLength(int64_t&) override | Intenta calcular la longitud de la matriz de bytes. |
Campos
| Campo | Descripción |
|---|---|
| static DefaultStringEncoding | La codificación predeterminada. |
| static MaxBufferSize | El número máximo de bytes. |
Ver también
- Class HttpContent
- Namespace System::Net::Http
- Library Aspose.PDF for C++