12 overrides of OnBeginWaitForChannel
System.ServiceModel (11)
System\ServiceModel\Channels\ContextChannelListener.cs (1)
45
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
62
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1080
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
82
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
213
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
99
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
59
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
516
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
379
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
55
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
106
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
293
protected override IAsyncResult
OnBeginWaitForChannel
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginWaitForChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelListenerBase.cs (1)
83
return this.
OnBeginWaitForChannel
(timeout, callback, state);