6 overrides of OnBeginAcceptChannel
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelListener.cs (1)
40
protected override IAsyncResult
OnBeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
47
protected override IAsyncResult
OnBeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
43
protected override IAsyncResult
OnBeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
511
protected override IAsyncResult
OnBeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
39
protected override IAsyncResult
OnBeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
271
protected override IAsyncResult
OnBeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelListenerBase.cs (1)
134
return this.
OnBeginAcceptChannel
(timeout, callback, state);