Base:
method
OnBeginOpen
System.ServiceModel.Channels.CommunicationObject.OnBeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
5 overrides of OnBeginOpen
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
3211
protected override IAsyncResult
OnBeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
3333
protected override IAsyncResult
OnBeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
229
protected override IAsyncResult
OnBeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
356
protected override IAsyncResult
OnBeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
694
protected override IAsyncResult
OnBeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginOpen
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
231
return new ChainedOpenAsyncResult(timeout, callback, state, base.
OnBeginOpen
, base.OnEndOpen, this.innerOutputChannel);