System::Net::Security::SslStream::BeginRead method
Contenuti
[
Nascondere
]SslStream::BeginRead method
Avvia un’operazione di lettura asincrona.
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
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | L’array di byte da cui leggere i dati. |
| offset | int32_t | L’offset in byte nell’array specificato. |
| count | int32_t | Il numero di byte da leggere. |
| asyncCallback | AsyncCallback | Una callback da chiamare al completamento dell’operazione. |
| asyncState | System::SharedPtr<Object> | Dati forniti dall’utente usati per identificare univocamente ogni operazione di lettura asincrona. |
ReturnValue
Un oggetto IAsyncResult che rappresenta l’operazione di lettura asincrona avviata.
Vedi anche
- Typedef SharedPtr
- Class IAsyncResult
- Typedef ArrayPtr
- Typedef AsyncCallback
- Class Object
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++