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