2 implementations of EndCloseOutputSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1420void IDuplexContextChannel.EndCloseOutputSession(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
785public void EndCloseOutputSession(IAsyncResult result)
1 reference to EndCloseOutputSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
787((IDuplexContextChannel)_serviceChannel).EndCloseOutputSession(result);