HttpInfo Class¶
- Namespace
Microsoft.AspNetCore.Diagnostics.Elm- Assemblies
- Microsoft.AspNetCore.Diagnostics.Elm
Properties¶
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.ContentType¶ Return type: System.String public string ContentType { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.Cookies¶ Return type: Microsoft.AspNetCore.Http.IRequestCookieCollection public IRequestCookieCollection Cookies { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.Headers¶ Return type: Microsoft.AspNetCore.Http.IHeaderDictionary public IHeaderDictionary Headers { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.Host¶ Return type: Microsoft.AspNetCore.Http.HostString public HostString Host { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.Method¶ Return type: System.String public string Method { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.Path¶ Return type: Microsoft.AspNetCore.Http.PathString public PathString Path { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.Protocol¶ Return type: System.String public string Protocol { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.Query¶ Return type: Microsoft.AspNetCore.Http.QueryString public QueryString Query { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.RequestID¶ Return type: System.String public string RequestID { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.Scheme¶ Return type: System.String public string Scheme { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.StatusCode¶ Return type: System.Int32 public int StatusCode { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo.User¶ Return type: System.Security.Claims.ClaimsPrincipal public ClaimsPrincipal User { get; set; }
-