Class HttpExchange
Inheritance
System.Object
HttpExchange
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class HttpExchange : object
Constructors
|
Edit this page
View Source
HttpExchange(HttpExchangeRequest, HttpExchangeResponse, DateTime, HttpExchangePrincipal, HttpExchangeSession, TimeSpan)
Declaration
public HttpExchange(HttpExchangeRequest request, HttpExchangeResponse response, DateTime timestamp, HttpExchangePrincipal principal, HttpExchangeSession session, TimeSpan timeTaken)
Parameters
Properties
|
Edit this page
View Source
Principal
Declaration
public HttpExchangePrincipal Principal { get; }
Property Value
|
Edit this page
View Source
Request
Declaration
public HttpExchangeRequest Request { get; }
Property Value
|
Edit this page
View Source
Response
Declaration
public HttpExchangeResponse Response { get; }
Property Value
|
Edit this page
View Source
Declaration
public string SerializedTimeTaken { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Session
Declaration
public HttpExchangeSession Session { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
public DateTime Timestamp { get; }
Property Value
Type |
Description |
DateTime |
|
|
Edit this page
View Source
Declaration
public TimeSpan TimeTaken { get; }
Property Value
Type |
Description |
TimeSpan |
|