C# Class Castle.MonoRail.Framework.TransformFilters.WikiTransformFilter

Post process the request via Castle.WikiFormatter
Inheritance: Castle.MonoRail.Framework.TransformFilter
Exibir arquivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
WikiTransformFilter ( Stream baseStream ) : System

Constructor of the WikiTransformfilter

Write ( byte buffer, int offset, int count ) : void

Pulls the http stream through the WikiFormatter filter.

Method Details

WikiTransformFilter() public method

Constructor of the WikiTransformfilter
public WikiTransformFilter ( Stream baseStream ) : System
baseStream Stream output stream
return System

Write() public method

Pulls the http stream through the WikiFormatter filter.
public Write ( byte buffer, int offset, int count ) : void
buffer byte The content stream
offset int Start of the stream
count int Lenght of the stream
return void