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