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

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

Méthodes publiques

Méthode 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 méthode

Constructor of the WikiTransformfilter
public WikiTransformFilter ( Stream baseStream ) : System
baseStream Stream output stream
Résultat System

Write() public méthode

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
Résultat void