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
| Parameter | Type | 描述 |
|---|---|---|
| 缓冲区 | 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++