C# Class OpenRasta.IO.InMemoryFile

Inheritance: IFile, IReceivedFile
Mostra file Open project: Huddle/openrasta-stable Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
InMemoryFile ( ) : System
InMemoryFile ( Stream stream ) : System
OpenStream ( ) : Stream

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InMemoryFile() public method

public InMemoryFile ( ) : System
return System

InMemoryFile() public method

public InMemoryFile ( Stream stream ) : System
stream Stream
return System

OpenStream() public method

public OpenStream ( ) : Stream
return Stream