Table of Contents

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 Request
response Response
timestamp long
principal Principal
session Session
timeTaken double

Properties

Principal

public Principal Principal { get; }

Property Value

Principal

Request

public Request Request { get; }

Property Value

Request

Response

public Response Response { get; }

Property Value

Response

Session

public Session Session { get; }

Property Value

Session

TimeTaken

public long TimeTaken { get; }

Property Value

long

Timestamp

public long Timestamp { get; }

Property Value

long