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