Base:
method
OnBeginOpen
System.ServiceModel.Channels.CommunicationObject.OnBeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
2 overrides of OnBeginOpen
System.ServiceModel (2)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
132
protected override IAsyncResult
OnBeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
259
protected override IAsyncResult
OnBeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginOpen
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
134
return new ChainedOpenAsyncResult(timeout, callback, state, base.
OnBeginOpen
, base.OnEndOpen, this.innerChannelListener);