System::Net::Security::SslStream::EndRead метод

SslStream::EndRead method

Ожидает завершения указанной асинхронной операции чтения.

int32_t System::Net::Security::SslStream::EndRead(System::SharedPtr<IAsyncResult> asyncResult) override
ПараметрТипОписание
asyncResultSystem::SharedPtr<IAsyncResult>Объект IAsyncResult представляющий асинхронную операцию чтения

ReturnValue

The number of bytes read during the read operation represented by asyncResult

См. также