6 implementations of Accept
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
67
public IChannelBinder
Accept
(TimeSpan timeout)
114
public IChannelBinder
Accept
(TimeSpan timeout)
159
public IChannelBinder
Accept
(TimeSpan timeout)
204
public IChannelBinder
Accept
(TimeSpan timeout)
249
public IChannelBinder
Accept
(TimeSpan timeout)
294
public IChannelBinder
Accept
(TimeSpan timeout)
1 reference to Accept
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (1)
69
channelBinder = this.binder.
Accept
(timeout);