DiagnosticsPage Class
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Diagnostics.Views.BaseView
Microsoft.Owin.Diagnostics.Views.DiagnosticsPage
Syntax
public class DiagnosticsPage : BaseView
public ref class DiagnosticsPage : BaseView
type DiagnosticsPage =
class
inherit BaseView
end
Public Class DiagnosticsPage
Inherits BaseView
Constructors
Name | Description | |
---|---|---|
![]() |
DiagnosticsPage() |
Properties
Name | Description | |
---|---|---|
![]() |
Context | The request context(Inherited from BaseView.) |
![]() |
Output | The output stream(Inherited from BaseView.) |
![]() |
Request | The request(Inherited from BaseView.) |
![]() |
Response | The response(Inherited from BaseView.) |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Diagnostics.Views Namespace
Return to top