EndRead()
SslStream::EndRead(System::SharedPtr<IAsyncResult>) method
Waits until the specified asynchronous read operation completes.
int32_t System::Net::Security::SslStream::EndRead(System::SharedPtr<IAsyncResult> asyncResult) override
Arguments
Parameter | Type | Description |
---|---|---|
asyncResult | System::SharedPtr<IAsyncResult> | An IAsyncResult object that represents an asynchronous read operation |
Return Value
The number of bytes read during the read operation represented by asyncResult
See Also
- Typedef SharedPtr
- Class IAsyncResult
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Slides