• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogHttpRequest

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class LogHttpRequest

    Methods

    View Source

    TryGetCurrentHttpRequestId(out Nullable<Guid>, IRequestCache)

    Retrieve the id assigned to the currently-executing HTTP request, if any.

    Declaration
    public static bool TryGetCurrentHttpRequestId(out Guid? requestId, IRequestCache requestCache)
    Parameters
    Type Name Description
    System.Nullable<Guid> requestId

    The request id.

    IRequestCache requestCache
    Returns
    Type Description
    System.Boolean

    true if there is a request in progress; false otherwise.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • TryGetCurrentHttpRequestId(out Nullable<Guid>, IRequestCache)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX