- Namespace
- Statiq
.Testing - Interfaces
-
- IDisposable
- IAsyncDisposable
- I
Content Provider Factory
- Base Types
-
- object
- MarshalByRefObject
- Stream
- DelegatingStream
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
| Name | Summary |
|---|---|
| TestContentStream |
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
|