3 implementations of InputSession
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1479IInputSession IContextChannel.InputSession
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
693IInputSession IContextChannel.InputSession
System\ServiceModel\ClientBase.cs (1)
1022IInputSession IContextChannel.InputSession
2 references to InputSession
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
695get { return ((IContextChannel)_serviceChannel).InputSession; }
System\ServiceModel\ClientBase.cs (1)
1024get { return ((IContextChannel)_channel).InputSession; }