LogResponse Class

LogResponse model.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class LogResponse
Inheritance
Object    LogResponse

Constructors

LogResponseInitializes a new instance of the LogResponse class

Properties

Content Content of the response.
Headers Response headers.
HttpVersion HTTP version of the response.
ReasonPhrase ReasonPhrase of the response.
StatusCode StatusCode of the response.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also