Esempio n. 1
0
 public static string RequestId(this System.Web.HttpContext httpContext)
 {
     return(httpContext.Wrapper().RequestId());
 }
Esempio n. 2
0
 public static string Configure(this System.Web.HttpContext httpContext, string requestId = null)
 {
     return(Configure(
                httpContext.Wrapper().GetUserIp(),
                string.IsNullOrEmpty(requestId) ? httpContext.Wrapper().GetRequestId() : requestId));
 }