System::Net::Security::SslStream::BeginRead मेथड
अंतर्वस्तु
[
छिपाना
]SslStream::BeginRead method
एक असिंक्रोनस रीड ऑपरेशन शुरू करता है।
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
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| बफ़र | System::ArrayPtr<uint8_t> | डेटा पढ़ने के लिए बाइट ऐरे। |
| offset | int32_t | निर्दिष्ट एरे में बाइट्स में ऑफ़सेट। |
| count | int32_t | पढ़ने के लिए बाइट्स की संख्या। |
| asyncCallback | AsyncCallback | ऑपरेशन पूर्ण होने पर कॉल किया जाने वाला कॉलबैक। |
| asyncState | System::SharedPtr<Object> | उपयोगकर्ता द्वारा प्रदान किया गया डेटा जो प्रत्येक असिंक्रोनस पढ़ने के ऑपरेशन को विशिष्ट रूप से पहचानने के लिए उपयोग होता है। |
ReturnValue
एक IAsyncResult ऑब्जेक्ट जो शुरू किए गए असिंक्रोनस पढ़ने के ऑपरेशन का प्रतिनिधित्व करता है।
संबंधित देखें
- Typedef SharedPtr
- Class IAsyncResult
- Typedef ArrayPtr
- Typedef AsyncCallback
- Class Object
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page for C++