1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
1234
this.
channel
= channel;
2 references to channel
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
1239
IAsyncResult result = this.
channel
.BeginReceive(timeout, onReceive, this);
1309
this.message = this.
channel
.EndReceive(result);