2 implementations of CloseOutputSession
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1420void IDuplexContextChannel.CloseOutputSession(TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
805public void CloseOutputSession(TimeSpan timeout)
1 reference to CloseOutputSession
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
807((IDuplexContextChannel)_serviceChannel).CloseOutputSession(timeout);