System::Net::Security::SslStream::BeginRead メソッド
SslStream::BeginRead method
非同期読み取り操作を開始します。
System::SharedPtr<IAsyncResult> System::Net::Security::SslStream::BeginRead(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t count, AsyncCallback asyncCallback, System::SharedPtr<Object> asyncState) override
| パラメーター | 型 | 説明 |
|---|---|---|
| バッファ | System::ArrayPtr<uint8_t> | データを読み取るバイト配列。 |
| offset | int32_t | 指定された配列内のバイト単位のオフセットです。 |
| count | int32_t | 読み取るバイト数です。 |
| asyncCallback | AsyncCallback | 操作が完了したときに呼び出されるコールバックです。 |
| asyncState | System::SharedPtr<Object> | 各非同期読み取り操作を一意に識別するためにユーザーが提供するデータです。 |
ReturnValue
開始された非同期読み取り操作を表す IAsyncResult オブジェクトです。
参照
- Typedef SharedPtr
- Class IAsyncResult
- Typedef ArrayPtr
- Typedef AsyncCallback
- Class Object
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page for C++