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