System::Net::Security::SslStream::EndWrite method
SslStream::EndWrite method
Ends an asynchronous write operation. Waits until the specified asynchronous write operation completes.
void System::Net::Security::SslStream::EndWrite(System::SharedPtr<IAsyncResult> asyncResult) override
Parameter | Type | Description |
---|---|---|
asyncResult | System::SharedPtr<IAsyncResult> | An IAsyncResult object that represents an asynchronous write operation |
See Also
- Typedef SharedPtr
- Class IAsyncResult
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.PUB for C++