1 implementation of IAsyncOutputSessionChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
11
internal abstract class ReliableOutputSessionChannel : OutputChannel, IOutputSessionChannel,
IAsyncOutputSessionChannel
1 reference to IAsyncOutputSessionChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
152
else if (typeof(TChannel) == typeof(
IAsyncOutputSessionChannel
) || typeof(TChannel) == typeof(IOutputSessionChannel))