3 overrides of EndpointNotFound
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
2713protected override void EndpointNotFound(IInputSessionChannel channel, Message message) 2823protected override void EndpointNotFound(IDuplexSessionChannel channel, Message message) 3023protected override void EndpointNotFound(IReplySessionChannel channel, RequestContext request)
1 reference to EndpointNotFound
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2295this.EndpointNotFound(channel, item);