1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\InputChannel.cs (1)
185
this.
channel
= channel;
2 references to channel
System.ServiceModel (2)
System\ServiceModel\Channels\InputChannel.cs (2)
206
if (!this.
channel
.EndTryReceive(result, out this.message))
209
InputChannel.CreateReceiveTimedOutException(this.
channel
, this.timeout));