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