3 implementations of OutputSession
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1500
IOutputSession IContextChannel.
OutputSession
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
700
IOutputSession IContextChannel.
OutputSession
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
641
IOutputSession IContextChannel.
OutputSession
2 references to OutputSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
702
get { return ((IContextChannel)_serviceChannel).
OutputSession
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
643
get { return ((IContextChannel)_channel).
OutputSession
; }