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