2 implementations of EndCloseOutputSession
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1415void IDuplexContextChannel.EndCloseOutputSession(IAsyncResult result)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
800public void EndCloseOutputSession(IAsyncResult result)
1 reference to EndCloseOutputSession
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
802((IDuplexContextChannel)_serviceChannel).EndCloseOutputSession(result);