12 overrides of OnWaitForChannel
System.ServiceModel (11)
System\ServiceModel\Channels\ContextChannelListener.cs (1)
60
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
57
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1075
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
77
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
196
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
94
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
54
protected override bool
OnWaitForChannel
(TimeSpan timeout)
532
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
374
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
50
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
101
protected override bool
OnWaitForChannel
(TimeSpan timeout)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
384
protected override bool
OnWaitForChannel
(TimeSpan timeout)
1 reference to OnWaitForChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelListenerBase.cs (1)
76
return this.
OnWaitForChannel
(timeout);