System.ServiceModel.Dispatcher.WebMessageFormatter.WrappedBodyWriter.WrappedBodyWriter C# (CSharp) Method

WrappedBodyWriter() public method

public WrappedBodyWriter ( object value, Object serializer, string name, string ns, WebContentFormat fmt ) : System
value object
serializer System.Object
name string
ns string
fmt WebContentFormat
return System
			public WrappedBodyWriter (object value, XmlObjectSerializer serializer, string name, string ns, WebContentFormat fmt)
				: base (true)
			{
				this.name = name;
				this.ns = ns;
				this.value = value;
				this.serializer = serializer;
				this.fmt = fmt;
			}