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