1 implementation of IDuplexSession
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
574public class ConnectionDuplexSession : IDuplexSession, IAsyncDuplexSession
5 references to IDuplexSession
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
328public IDuplexSession Session
System.ServiceModel (1)
netstandard.cs (1)
58[assembly: TypeForwardedTo(typeof(IDuplexSession))]
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
44public IDuplexSession Session { get; protected set; }
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1468public partial interface IDuplexSessionChannel : System.ServiceModel.Channels.IChannel, System.ServiceModel.Channels.IDuplexChannel, System.ServiceModel.Channels.IInputChannel, System.ServiceModel.Channels.IOutputChannel, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.IDuplexSession>, System.ServiceModel.ICommunicationObject
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
291public IDuplexSession Session => _innerSessionChannel.Session;