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