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