2 writes to lastReceive
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
4130
this.
lastReceive
= (iterationTimeout == TimeSpan.Zero);
4170
this.
lastReceive
= (iterationTimeout == TimeSpan.Zero);
3 references to lastReceive
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
3980
if (this.
lastReceive
|| this.channel.State != CommunicationState.Opened)
4015
if (this.
lastReceive
|| this.channel.State != CommunicationState.Opened)
4163
if (this.
lastReceive
|| this.channel.State != CommunicationState.Opened)