System::Net::Security::SslStream::Write method
Contenuti
[
Nascondere
]SslStream::Write(const ArrayPtr<uint8_t>&) method
Scrive l’array di byte specificato nello stream.
void System::Net::Security::SslStream::Write(const ArrayPtr<uint8_t> &buffer)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | const ArrayPtr<uint8_t>& | L’array di byte da scrivere. |
Vedi anche
- Typedef ArrayPtr
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++
SslStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
Scrive l’intervallo specificato di byte dall’array di byte specificato nel flusso.
void System::Net::Security::SslStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | const ArrayPtr<uint8_t>& | L’array contenente i byte da scrivere |
| offset | int32_t | Un indice a base zero dell’elemento in buffer al quale inizia il sottointervallo da scrivere |
| count | int32_t | Il numero di elementi nel sottointervallo da scrivere |
Vedi anche
- Typedef ArrayPtr
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++
SslStream::Write(const System::Details::ArrayView<uint8_t>&) method
Scrive l’array di byte specificato nello stream.
void System::Net::Security::SslStream::Write(const System::Details::ArrayView<uint8_t> &buffer)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | const System::Details::ArrayView<uint8_t>& | L’array di byte da scrivere. |
Vedi anche
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++
SslStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
Scrive l’intervallo specificato di byte dall’array di byte specificato nel flusso.
void System::Net::Security::SslStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | const System::Details::ArrayView<uint8_t>& | L’array contenente i byte da scrivere |
| offset | int32_t | Un indice a base zero dell’elemento in buffer al quale inizia il sottointervallo da scrivere |
| count | int32_t | Il numero di elementi nel sottointervallo da scrivere |
Vedi anche
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++