1 implementation of EndCloseOutputSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
785public void EndCloseOutputSession(IAsyncResult result)
3 references to EndCloseOutputSession
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1422GetDuplexSessionOrThrow().EndCloseOutputSession(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
173duplexSession.EndCloseOutputSession(result); 256((ISessionChannel<IDuplexSession>)state.Channel).Session.EndCloseOutputSession(result);