3 implementations of InputSession
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1481IInputSession IContextChannel.InputSession
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
678IInputSession IContextChannel.InputSession
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
625IInputSession IContextChannel.InputSession
2 references to InputSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
680get { return ((IContextChannel)_serviceChannel).InputSession; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
627get { return ((IContextChannel)_channel).InputSession; }