System::Net::Security::SslStream::Write メソッド
コンテンツ
[
隠れる
]SslStream::Write(const ArrayPtr<uint8_t>&) method
指定されたバイト配列を書き込みます。
void System::Net::Security::SslStream::Write(const ArrayPtr<uint8_t> &buffer)
| パラメーター | 型 | 説明 |
|---|---|---|
| バッファ | const ArrayPtr<uint8_t>& | 書き込むバイト配列。 |
参照
- Typedef ArrayPtr
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page 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
| パラメーター | 型 | 説明 |
|---|---|---|
| バッファ | const ArrayPtr<uint8_t>& | 書き込むバイトを含む配列 |
| offset | int32_t | 書き込みサブレンジが開始する buffer 内の要素の0ベースインデックス |
| count | int32_t | 書き込むサブレンジ内の要素数 |
参照
- Typedef ArrayPtr
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page for C++
SslStream::Write(const System::Details::ArrayView<uint8_t>&) method
指定されたバイト配列を書き込みます。
void System::Net::Security::SslStream::Write(const System::Details::ArrayView<uint8_t> &buffer)
| パラメーター | 型 | 説明 |
|---|---|---|
| バッファ | const System::Details::ArrayView<uint8_t>& | 書き込むバイト配列。 |
参照
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page 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
| パラメーター | 型 | 説明 |
|---|---|---|
| バッファ | const System::Details::ArrayView<uint8_t>& | 書き込むバイトを含む配列 |
| offset | int32_t | 書き込みサブレンジが開始する buffer 内の要素の0ベースインデックス |
| count | int32_t | 書き込むサブレンジ内の要素数 |
参照
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page for C++