Ejemplo n.º 1
0
		public HandlerBodyWriter (BodyContentsWriter handler)
			: base (true)
		{
			this.handler = handler;
		}
Ejemplo n.º 2
0
 public HandlerBodyWriter(BodyContentsWriter handler)
     : base(true)
 {
     this.handler = handler;
 }