SessionStateProviderBaseContentReaderWriter Class      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The content reader/writer for all providers deriving from SessionStateProviderBase.
public ref class SessionStateProviderBaseContentReaderWriter : IDisposable, System::Management::Automation::Provider::IContentReader, System::Management::Automation::Provider::IContentWriterpublic class SessionStateProviderBaseContentReaderWriter : IDisposable, System.Management.Automation.Provider.IContentReader, System.Management.Automation.Provider.IContentWritertype SessionStateProviderBaseContentReaderWriter = class
    interface IContentReader
    interface IDisposable
    interface IContentWritertype SessionStateProviderBaseContentReaderWriter = class
    interface IDisposable
    interface IContentReader
    interface IContentWriterPublic Class SessionStateProviderBaseContentReaderWriter
Implements IContentReader, IContentWriter, IDisposable- Inheritance
- 
				SessionStateProviderBaseContentReaderWriter
- Implements
Methods
| Close() | Closes the reader. None of the derived providers need to close their reader so do nothing. | 
| Dispose() | Closes the reader. None of the derived providers need to close their reader so do nothing. | 
| Read(Int64) | Reads the content from the item. | 
| Seek(Int64, SeekOrigin) | None of the derived providers supports seeking for V1 so this always throws a NotSupportedException. | 
| Write(IList) | Writes content to the item. |