1 implementation of OpenAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
554public async Task OpenAsync(TimeSpan timeout)
4 references to OpenAsync
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
1156await Binder.OpenAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
340await _binder.OpenAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
368await binder.OpenAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
450await ChannelBinder.OpenAsync(timeoutHelper.RemainingTime());