4 writes to BodyType
System.ServiceModel (4)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (2)
136
property.
BodyType
= 0x300;
148
property.
BodyType
= bodyType;
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
93
property.
BodyType
= this.bodyType.Value;
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
74
set { this.property.
BodyType
= value; }
5 references to BodyType
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
427
int bodyType = property.
BodyType
.Value;
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
140
if (property.
BodyType
.HasValue)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
223
if (property.
BodyType
.HasValue)
224
EnsureBodyTypeProperty(property.
BodyType
.Value);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
73
get { return this.property.
BodyType
; }