Class Source
The source is used to contain all relevant information for an object pipe.
public abstract class Source
- Inheritance
-
Source
- Derived
- Inherited Members
Constructors
Source()
protected Source()
Methods
GetStreamContainer()
Gets the stream container.
public abstract StreamContainer GetStreamContainer()
Returns
- StreamContainer
the stream container.
Remarks
Use with caution. You will need to dispose the stream container after retrieval.