System::Net::Security::SslStream::BeginWrite メソッド

SslStream::BeginWrite method

非同期書き込み操作を開始します。

System::SharedPtr<IAsyncResult> System::Net::Security::SslStream::BeginWrite(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t count, AsyncCallback asyncCallback, System::SharedPtr<Object> asyncState) override
パラメーター説明
バッファSystem::ArrayPtr<uint8_t>データを書き込むバイト配列。
offsetint32_t指定された配列内のバイト単位のオフセットです。
countint32_t書き込むバイト数
asyncCallbackAsyncCallback操作が完了したときに呼び出されるコールバックです。
asyncStateSystem::SharedPtr<Object>各非同期書き込み操作を一意に識別するためにユーザーが提供するデータ

ReturnValue

開始された非同期書き込み操作を表す IAsyncResult オブジェクト

参照