Table of Contents

Class HttpServerExecutionResult

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

Represents the results of an request execution on the HTTP server.

public sealed class HttpServerExecutionResult
Inheritance
HttpServerExecutionResult
Inherited Members

Properties

Context

Gets the HttpContext of this execution result.

Elapsed

Gets the total processing time of the HTTP session.

IsSuccessStatus

Gets an boolean indicating if this execution status is an success status.

Request

Gets the HttpRequest received in this diagnosis.

RequestSize

Gets the estimated request size in bytes.

Response

Gets the resulted HttpResponse send by the router, if any. This object can be null if the server didn't sent any response to the client.

ResponseSize

Gets the estimated response size in bytes, if any.

ServerException

Gets the exception that was thrown when executing the route, if any.

Status

Gets the status of server operation.