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