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