Class HttpServerExecutionResult
Represents the results of executing a request on the server.
public sealed class HttpServerExecutionResult
- Inheritance
-
HttpServerExecutionResult
- Inherited Members
Properties
- IsSuccessStatus
Gets an boolean indicating if this execution status is an success status.
- Request
Represents the request received in this diagnosis.
- RequestSize
Gets the request size in bytes.
- Response
Represents the response sent by the server.
- ResponseSize
Gets the response size in bytes, if any.
- ServerException
Gets the exception that was thrown when executing the route, if any.
- Status
Represents the status of server operation.