Bloom.Api.ServerBase.IsRecursiveRequestContext C# (CSharp) Метод

IsRecursiveRequestContext() защищенный Метод

Return true if producing the result requested by the context may involve making additional requests to the server. (See the fuller discussion on the declaration of _threadsDoingRecursiveRequests.)
protected IsRecursiveRequestContext ( HttpListenerContext context ) : bool
context System.Net.HttpListenerContext
Результат bool
        protected virtual bool IsRecursiveRequestContext(HttpListenerContext context)
        {
            return false;
        }