1 write to bodyLength
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
48
this.
bodyLength
= new IntProperty(this, UnsafeNativeMethods.PROPID_M_BODY_SIZE);
3 references to bodyLength
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessage.cs (3)
79
bufferSizeQuota.Alloc(this.
bodyLength
.Value);
80
this.body.EnsureBufferLength(this.
bodyLength
.Value);
130
get { return this.
bodyLength
; }