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