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)
1002IInputSession 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)
1004get { return ((IContextChannel)_channel).InputSession; }