2 implementations of OutputSession
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1711IOutputSession IContextChannel.OutputSession
System\ServiceModel\ClientBase.cs (1)
1233IOutputSession IContextChannel.OutputSession
1 reference to OutputSession
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1235get { return ((IContextChannel)this.channel).OutputSession; }