Class HttpRuntimeService
Namespace: Casewhere.Common.Services
Assembly: Casewhere.Common.dll
This service support methods to access and get the HttpRuntime information
public static class HttpRuntimeService
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object)
Methods
GetShutdownReason()
Get ASP.NET Application Shutdown Reason to figure out why and when ASP.NET restarts application domains. This method uses some nifty private reflection tricks to capture and log this information Ref: https://weblogs.asp.net/scottgu/433194
public static ShutdownReason GetShutdownReason()