9 overrides of OnCloseAsync
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
317
internal protected override async Task
OnCloseAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
66
protected internal override Task
OnCloseAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
803
protected internal override async Task
OnCloseAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1276
protected internal override async Task
OnCloseAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
398
protected internal override async Task
OnCloseAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
473
protected internal override Task
OnCloseAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
80
protected internal override Task
OnCloseAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
268
protected internal override Task
OnCloseAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
112
protected internal override async Task
OnCloseAsync
(TimeSpan timeout)
3 references to OnCloseAsync
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (3)
192
await
OnCloseAsync
(actualTimeout.RemainingTime());
810
return communicationObject.
OnCloseAsync
(timeout).ToApm(callback, state);
831
await communicationObject.
OnCloseAsync
(timeout);