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