1 write to body
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
44this.body = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_BODY, bodySize);
1 reference to body
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
145get { return this.body; }