|  | 
Provides stream-oriented handle functionality.
template< typename StreamHandleService = stream_handle_service> class basic_stream_handle : public windows::basic_handle< StreamHandleService >
| Name | Description | 
|---|---|
| The underlying implementation type of I/O object. | |
| A basic_handle is always the lowest layer. | |
| The native representation of a handle. | |
| (Deprecated: Use native_handle_type.) The native representation of a handle. | |
| The type of the service that will be used to provide I/O operations. | 
| Name | Description | 
|---|---|
| Assign an existing native handle to the handle. | |
| Start an asynchronous read. | |
| Start an asynchronous write. | |
| Construct a basic_stream_handle without opening it. Construct a basic_stream_handle on an existing native handle. Move-construct a basic_stream_handle from another. | |
| Cancel all asynchronous operations associated with the handle. | |
| Close the handle. | |
| Get the io_service associated with the object. | |
| Determine whether the handle is open. | |
| Get a reference to the lowest layer. Get a const reference to the lowest layer. | |
| (Deprecated: Use native_handle().) Get the native handle representation. | |
| Get the native handle representation. | |
| Move-assign a basic_stream_handle from another. | |
| Read some data from the handle. | |
| Write some data to the handle. | 
| Name | Description | 
|---|---|
| Get the underlying implementation of the I/O object. | |
| Get the service associated with the I/O object. | 
| Name | Description | 
|---|---|
| (Deprecated: Use get_implementation().) The underlying implementation of the I/O object. | |
| (Deprecated: Use get_service().) The service associated with the I/O object. | 
        The windows::basic_stream_handle class template
        provides asynchronous and blocking stream-oriented handle functionality.
      
Distinct objects: Safe.
Shared objects: Unsafe.
        Header: asio/windows/basic_stream_handle.hpp
      
        Convenience header: asio.hpp