2 references to InternalAcceptChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ContextChannelListener.cs (2)
37
return this.
InternalAcceptChannel
(((IChannelListener<TChannel>)this.InnerChannelListener).AcceptChannel(timeout));
52
return this.
InternalAcceptChannel
(((IChannelListener<TChannel>)this.InnerChannelListener).EndAcceptChannel(result));