2 overrides of CompleteClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
62protected override void CompleteClose(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
93protected override void CompleteClose(TimeSpan timeout)
2 references to CompleteClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
410this.CompleteClose(timeoutHelper.RemainingTime()); 425this.CompleteClose(timeoutHelper.RemainingTime());