2 writes to receiveContextEnabled
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
35
this.
receiveContextEnabled
= false;
44
this.
receiveContextEnabled
= true;
5 references to receiveContextEnabled
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (5)
120
if (!this.
receiveContextEnabled
)
127
if (receiveSuccessful && message != null && this.
receiveContextEnabled
)
144
if (!this.
receiveContextEnabled
)
162
if (receiveSuccessful && message != null && this.
receiveContextEnabled
)
222
if (this.
receiveContextEnabled
)