System::Net::Security::SslStream::Write 方法
内容
[
隐藏
]SslStream::Write(const ArrayPtr<uint8_t>&) method
将指定的字节数组写入流。
void System::Net::Security::SslStream::Write(const ArrayPtr<uint8_t> &buffer)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | const ArrayPtr<uint8_t>& | 要写入的字节数组。 |
另见
- Typedef ArrayPtr
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++
SslStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
将指定字节数组中的指定子范围字节写入流。
void System::Net::Security::SslStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | const ArrayPtr<uint8_t>& | 包含要写入字节的数组 |
| offset | int32_t | 在 buffer 中子范围写入开始的 0 基索引 |
| count | int32_t | 要写入的子范围中元素的数量 |
另见
- Typedef ArrayPtr
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++
SslStream::Write(const System::Details::ArrayView<uint8_t>&) method
将指定的字节数组写入流。
void System::Net::Security::SslStream::Write(const System::Details::ArrayView<uint8_t> &buffer)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | const System::Details::ArrayView<uint8_t>& | 要写入的字节数组。 |
另见
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++
SslStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
将指定字节数组中的指定子范围字节写入流。
void System::Net::Security::SslStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | const System::Details::ArrayView<uint8_t>& | 包含要写入字节的数组 |
| offset | int32_t | 在 buffer 中子范围写入开始的 0 基索引 |
| count | int32_t | 要写入的子范围中元素的数量 |
另见
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++