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