1 implementation of CloseOutputSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
795
public void
CloseOutputSession
(TimeSpan timeout)
3 references to CloseOutputSession
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
842
duplexSessionChannel.Session.
CloseOutputSession
(CloseTimeout);
1427
GetDuplexSessionOrThrow().
CloseOutputSession
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
363
_channel.Session.
CloseOutputSession
(_channel.GetInternalCloseTimeout());