EntropyEngine::Networking::WebDAV::WebDAVConnection::StreamHandle
EntropyEngine::Networking::WebDAV::WebDAVConnection::StreamHandle
Section titled “EntropyEngine::Networking::WebDAV::WebDAVConnection::StreamHandle”Handle to active streaming GET operation. More…
#include <WebDAVConnection.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| std::shared_ptr< StreamState > | state() const Gets shared stream state. |
| StreamHandle(std::shared_ptr< StreamState > st) Constructs handle from stream state. |
Detailed Description
Section titled “Detailed Description”class EntropyEngine::Networking::WebDAV::WebDAVConnection::StreamHandle;Handle to active streaming GET operation.
Provides access to shared StreamState for reading response data. Returned by openGetStream().
Public Functions Documentation
Section titled “Public Functions Documentation”function state
Section titled “function state”inline std::shared_ptr< StreamState > state() constGets shared stream state.
Return: Pointer to StreamState
function StreamHandle
Section titled “function StreamHandle”inline explicit StreamHandle( std::shared_ptr< StreamState > st)Constructs handle from stream state.
Parameters:
- st Shared stream state
Updated on 2026-01-26 at 17:14:35 -0500