示例#1
0
		public HandlerBodyWriter (BodyContentsWriter handler)
			: base (true)
		{
			this.handler = handler;
		}
示例#2
0
 public HandlerBodyWriter(BodyContentsWriter handler)
     : base(true)
 {
     this.handler = handler;
 }