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