System::Net::Security::SslStream::BeginRead method
Contents
[
Hide
]SslStream::BeginRead method
Initiates an asynchronous read operation.
System::SharedPtr<IAsyncResult> System::Net::Security::SslStream::BeginRead(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t count, AsyncCallback asyncCallback, System::SharedPtr<Object> asyncState) override
Parameter | Type | Description |
---|---|---|
buffer | System::ArrayPtr<uint8_t> | The byte array to read data from. |
offset | int32_t | The offset in bytes in the specified array. |
count | int32_t | The number of bytes to read. |
asyncCallback | AsyncCallback | A callback to be called when the operation completes. |
asyncState | System::SharedPtr<Object> | User-provided data used to uniquely identify each asynchronous read operation. |
ReturnValue
An IAsyncResult object representing the initiated asynchronous read operation.
See Also
- Typedef SharedPtr
- Class IAsyncResult
- Typedef ArrayPtr
- Typedef AsyncCallback
- Class Object
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.PUB for C++