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