Class HttpTrace
Inheritance
System.Object
HttpTrace
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class HttpTrace : object
Constructors
|
Edit this page
View Source
HttpTrace(Request, Response, Int64, Principal, Session, Double)
Declaration
public HttpTrace(Request request, Response response, long timestamp, Principal principal, Session session, double timeTaken)
Parameters
Properties
|
Edit this page
View Source
Principal
Declaration
public Principal Principal { get; }
Property Value
|
Edit this page
View Source
Request
Declaration
public Request Request { get; }
Property Value
|
Edit this page
View Source
Response
Declaration
public Response Response { get; }
Property Value
|
Edit this page
View Source
Session
Declaration
public Session Session { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
public long Timestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
Declaration
public long TimeTaken { get; }
Property Value
Type |
Description |
System.Int64 |
|