1 implementation of CloseAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
152
async Task IAsyncCommunicationObject.
CloseAsync
(TimeSpan timeout)
6 references to CloseAsync
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
324
await asyncFactory.
CloseAsync
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
149
await ((IAsyncCommunicationObject)this).
CloseAsync
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
326
await ((IAsyncCommunicationObject)localUpgrade).
CloseAsync
(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1295
await asyncInnerChannel.
CloseAsync
(timeoutHelper.RemainingTime());
1308
await asyncFactory.
CloseAsync
(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
117
await asyncInnerCommunicationObject.
CloseAsync
(timeout);