6 overrides of OnAcceptChannel
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelListener.cs (1)
35protected override TChannel OnAcceptChannel(TimeSpan timeout)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
42protected override TChannel OnAcceptChannel(TimeSpan timeout)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
37protected override IInputChannel OnAcceptChannel(TimeSpan timeout) 505protected override IInputChannel OnAcceptChannel(TimeSpan timeout)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
32protected override TOuterChannel OnAcceptChannel(TimeSpan timeout)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
262protected override ChannelInterfaceType OnAcceptChannel(TimeSpan timeout)
1 reference to OnAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelListenerBase.cs (1)
122return this.OnAcceptChannel(timeout);