1 write to bodyType
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
172
this.
bodyType
= new IntProperty(this, UnsafeNativeMethods.PROPID_M_BODY_TYPE);
2 references to bodyType
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
170
if (this.
bodyType
== null)
174
this.
bodyType
.Value = value;