3 implementations of OutputSession
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1502IOutputSession IContextChannel.OutputSession
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
715IOutputSession IContextChannel.OutputSession
System\ServiceModel\ClientBase.cs (1)
1018IOutputSession IContextChannel.OutputSession
2 references to OutputSession
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
717get { return ((IContextChannel)_serviceChannel).OutputSession; }
System\ServiceModel\ClientBase.cs (1)
1020get { return ((IContextChannel)_channel).OutputSession; }