Class FileContentResponseT

FileContentResponse<T> class

public class FileContentResponse<T> : BaseResponse

Constructors

NameDescription
FileContentResponse()The default constructor.

Properties

NameDescription
Content { get; set; }Gets or sets the file content.
Detail { get; set; }Gets or sets the response detail.
Error { get; set; }Gets or sets the HTTP response error.
ErrorMessage { get; }Gets or sets the error information.
HttpResponseHeaders { get; set; }Gets or sets the HTTP response headers.
HttpStatusCode { get; set; }Gets or sets the HTTP status code.
IsSuccessful { get; }Indicates if the response was successful.
ReasonPhrase { get; }Gets the error reason phrase.

See Also