Base:
method
OnOpenAsync
System.ServiceModel.Channels.CommunicationObject.OnOpenAsync(System.TimeSpan)
1 override of OnOpenAsync
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
147protected internal override async Task OnOpenAsync(TimeSpan timeout)
2 references to OnOpenAsync
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
576return OnOpenAsync(timeout).ToApm(callback, state);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
149await base.OnOpenAsync(timeout);