TestContentStream Class
Namespace
Statiq.Testing
Interfaces
Base Types
graph BT Type-->Base0["DelegatingStream"] click Base0 "/api/Statiq.Common/DelegatingStream" Base0-->Base1["Stream"] Base1-->Base2["MarshalByRefObject"] Base2-->Base3["object"] Type-.->Interface0["IDisposable"] Type-.->Interface1["IAsyncDisposable"] Type-.->Interface2["IContentProviderFactory"] click Interface2 "/api/Statiq.Common/IContentProviderFactory" Type["TestContentStream"] class Type type-node

Syntax

public class TestContentStream : DelegatingStream, IDisposable, IAsyncDisposable, 
    IContentProviderFactory

Constructors

Properties

Name Property Type Summary
CanRead bool
Inherited from DelegatingStream
CanSeek bool
Inherited from DelegatingStream
CanTimeout bool
Inherited from DelegatingStream
CanWrite bool
Inherited from DelegatingStream
Length long
Inherited from DelegatingStream
Position long
Inherited from DelegatingStream
ReadTimeout int
Inherited from DelegatingStream
Stream Stream
Inherited from DelegatingStream
WriteTimeout int
Inherited from DelegatingStream

Methods

Extension Methods