Base:
method
OnBeginOpen
System.ServiceModel.Channels.CommunicationObject.OnBeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
1 override of OnBeginOpen
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
85protected override IAsyncResult OnBeginOpen(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginOpen
System.ServiceModel (1)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
88return new ChainedAsyncResult(timeout, callback, state, base.OnBeginOpen, base.OnEndOpen,