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