Base:
method
OnBeginOpen
System.ServiceModel.Channels.CommunicationObject.OnBeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
1 override of OnBeginOpen
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
278
protected override IAsyncResult
OnBeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginOpen
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
282
return base.
OnBeginOpen
(timeoutHelper.RemainingTime(), callback, state);