6 overrides of OnEndAcceptChannel
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelListener.cs (1)
50protected override TChannel OnEndAcceptChannel(IAsyncResult result)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
52protected override TChannel OnEndAcceptChannel(IAsyncResult result)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
48protected override IInputChannel OnEndAcceptChannel(IAsyncResult result) 521protected override IInputChannel OnEndAcceptChannel(IAsyncResult result)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
44protected override TOuterChannel OnEndAcceptChannel(IAsyncResult result)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
331protected override ChannelInterfaceType OnEndAcceptChannel(IAsyncResult result)
1 reference to OnEndAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelListenerBase.cs (1)
139return this.OnEndAcceptChannel(result);