Context Struct¶
- Namespace
Microsoft.AspNetCore.Hosting.Internal.HostingApplication- Assemblies
- Microsoft.AspNetCore.Hosting
Syntax¶
public struct Context
-
struct
Microsoft.AspNetCore.Hosting.Internal.HostingApplication.Context
Properties¶
-
Microsoft.AspNetCore.Hosting.Internal.HostingApplication.Context.HttpContext¶ Return type: Microsoft.AspNetCore.Http.HttpContext public HttpContext HttpContext { get; set; }
-
Microsoft.AspNetCore.Hosting.Internal.HostingApplication.Context.Scope¶ Return type: System.IDisposable public IDisposable Scope { get; set; }
-
Microsoft.AspNetCore.Hosting.Internal.HostingApplication.Context.StartTimestamp¶ Return type: System.Int64 public long StartTimestamp { get; set; }
-