1 write to body
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
358
this.
body
= body;
2 references to body
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
364
if (
body
!= null)
366
this.serializer.WriteObject(writer,
body
);