Class HttpTrace
- Namespace
- Steeltoe.Management.Endpoint.Trace
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class HttpTrace
- Inheritance
-
HttpTrace
- Inherited Members
Constructors
HttpTrace(Request, Response, long, Principal, Session, double)
public HttpTrace(Request request, Response response, long timestamp, Principal principal, Session session, double timeTaken)
Parameters
request
Requestresponse
Responsetimestamp
longprincipal
Principalsession
SessiontimeTaken
double
Properties
Principal
public Principal Principal { get; }
Property Value
Request
public Request Request { get; }
Property Value
Response
public Response Response { get; }
Property Value
Session
public Session Session { get; }
Property Value
TimeTaken
public long TimeTaken { get; }
Property Value
Timestamp
public long Timestamp { get; }