System::Net::Security::SslStream::EndRead 方法
SslStream::EndRead method
等待指定的异步读取操作完成。
int32_t System::Net::Security::SslStream::EndRead(System::SharedPtr<IAsyncResult> asyncResult) override
| 参数 | 类型 | 描述 |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | 表示异步读取操作的 IAsyncResult 对象 |
ReturnValue
在 asyncResult 表示的读取操作期间读取的字节数
另见
- Typedef SharedPtr
- Class IAsyncResult
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++