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