1 interface inheriting from IInputSession
System.ServiceModel (1)
System\ServiceModel\Channels\IDuplexSession.cs (1)
8public interface IDuplexSession : IInputSession, IOutputSession
4 implementations of IInputSession
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
1108class ServerReliableSession : ChannelReliableSession, IInputSession
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
319class InputSession : IInputSession
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
328class ReplySessionOverDuplexSession : IInputSession
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2490protected class SoapSecurityInputSession : ISecureConversationSession, IInputSession
30 references to IInputSession
System.ServiceModel (30)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
2746public IInputSession Session 3110public IInputSession Session
System\ServiceModel\Channels\ContextInputSessionChannel.cs (1)
18public IInputSession Session
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
26public IInputSession Session
System\ServiceModel\Channels\IInputSessionChannel.cs (1)
8public interface IInputSessionChannel : IInputChannel, ISessionChannel<IInputSession>
System\ServiceModel\Channels\IReplySessionChannel.cs (1)
8public interface IReplySessionChannel : IReplyChannel, ISessionChannel<IInputSession>
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
15IInputSession session; 50public IInputSession Session
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1614: ReliableListenerOverSession<TChannel, TReliableChannel, IReplySessionChannel, IInputSession, RequestContext>
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
104public IInputSession Session
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
129public IInputSession Session
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
320public IInputSession Session
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
1015public IInputSession Session 1388public IInputSession Session
System\ServiceModel\Channels\ServiceChannel.cs (6)
76(innerChannel is ISessionChannel<IInputSession>) || 1692IInputSession IContextChannel.InputSession 1698ISessionChannel<IInputSession> inputSession = this.InnerChannel as ISessionChannel<IInputSession>; 1736ISessionChannel<IInputSession> inputSession = this.InnerChannel as ISessionChannel<IInputSession>;
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
155public IInputSession Session { get { return InnerChannel.Session; } } 165public IInputSession Session { get { return InnerChannel.Session; } }
System\ServiceModel\ClientBase.cs (1)
1217IInputSession IContextChannel.InputSession
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
36get { return this.channel is ISessionChannel<IInputSession>; }
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
626channel is ISessionChannel<IInputSession> ||
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
36get { return this.channel is ISessionChannel<IInputSession>; }
System\ServiceModel\IContextChannel.cs (1)
18IInputSession InputSession { get; }
System\ServiceModel\OperationContext.cs (2)
310ISessionChannel<IInputSession> input = inner as ISessionChannel<IInputSession>;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2853public IInputSession Session