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