1 implementation of OpenAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
327
async Task IAsyncCommunicationObject.
OpenAsync
(TimeSpan timeout)
5 references to OpenAsync
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
350
await asyncFactory.
OpenAsync
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
324
await ((IAsyncCommunicationObject)this).
OpenAsync
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
306
await ((IAsyncCommunicationObject)localUpgrade).
OpenAsync
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1351
await asyncInnerChannel.
OpenAsync
(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
130
await asyncInnerCommunicationObject.
OpenAsync
(timeout);