1 write to channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
1279this.channel = channel;
4 references to channel
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (4)
1284return BeginCloseOutputSession(channel.DefaultCloseTimeout, callback, state); 1289return channel.OnCloseOutputSessionAsync(timeout).ToApm(callback, state); 1299CloseOutputSession(channel.DefaultCloseTimeout); 1304TaskHelpers.WaitForCompletionNoSpin(channel.OnCloseOutputSessionAsync(timeout));