Class LogHttpRequest
Inheritance
System.Object
Namespace: Umbraco.Core.Logging
Assembly: Umbraco.Core.dll
Syntax
public static class LogHttpRequest
Methods
View SourceTryGetCurrentHttpRequestId(out Guid)
Retrieve the id assigned to the currently-executing HTTP request, if any.
Declaration
public static bool TryGetCurrentHttpRequestId(out Guid requestId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | requestId | The request id. |
Returns
Type | Description |
---|---|
System.Boolean |
|