1 write to body
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
46
this.
body
= new BufferProperty(this, UnsafeNativeMethods.PROPID_M_BODY,
2 references to body
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
80
this.
body
.EnsureBufferLength(this.bodyLength.Value);
125
get { return this.
body
; }