C# 클래스 Castle.MonoRail.Framework.TransformFilters.WikiTransformFilter

Post process the request via Castle.WikiFormatter
상속: Castle.MonoRail.Framework.TransformFilter
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
WikiTransformFilter ( Stream baseStream ) : System

Constructor of the WikiTransformfilter

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

Pulls the http stream through the WikiFormatter filter.

메소드 상세

WikiTransformFilter() 공개 메소드

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

Write() 공개 메소드

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
리턴 void