Class LogHttpRequest
Inheritance
System.Object
      Namespace: Umbraco.Extensions
Assembly: Umbraco.Core.dll
Syntax
public static class LogHttpRequestMethods
View SourceTryGetCurrentHttpRequestId(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 | 
 |