Base:
method
AcceptChannel
System.ServiceModel.Channels.ChannelAcceptor<TChannel>.AcceptChannel(System.TimeSpan)
1 override of AcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
25public override ChannelInterfaceType AcceptChannel(TimeSpan timeout)
3 references to AcceptChannel
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
905return this.Acceptor.AcceptChannel(timeout);
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
63return this.acceptor.AcceptChannel(timeout);
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
28return base.AcceptChannel(timeout);