1 write to peekTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1653this.peekTimeout = peekTimeout;
2 references to peekTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
2448if (this.demuxer.peekTimeout == ChannelDemuxer.UseDefaultReceiveTimeout) 2455receiveResult = this.demuxer.BeginReceive(this.channel, this.demuxer.peekTimeout, onReceiveComplete, this);