2 implementations of InputSession
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1692
IInputSession IContextChannel.
InputSession
System\ServiceModel\ClientBase.cs (1)
1217
IInputSession IContextChannel.
InputSession
2 references to InputSession
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1219
get { return ((IContextChannel)this.channel).
InputSession
; }
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
263
this.hasSession = (owner.
InputSession
!= null);