Class HttpResponseResult
Inheritance
HttpResponseResult
Assembly: Coree.NETStandard.dll
Syntax
public class HttpResponseResult
Constructors
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
HttpResponseResult(byte[]?, HttpResponseHeaders?, HttpRequestHeaders?, bool, HttpStatusCode)
Declaration
public HttpResponseResult(byte[]? contentBytes, HttpResponseHeaders? responseHeaders, HttpRequestHeaders? requestHeaders, bool isFromCache, HttpStatusCode statusCode)
Parameters
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
HttpResponseResult(Exception?, HttpStatusCode)
Declaration
public HttpResponseResult(Exception? exception, HttpStatusCode statusCode)
Parameters
Properties
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
ContentBytes
Declaration
public byte[]? ContentBytes { get; set; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
ContentString
Declaration
public string ContentString { get; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
Exception
Declaration
public Exception? Exception { get; set; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
IsFromCache
Declaration
public bool IsFromCache { get; set; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
RequestHeaders
Declaration
public HttpRequestHeaders? RequestHeaders { get; set; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
ResponseHeaders
Declaration
public HttpResponseHeaders? ResponseHeaders { get; set; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
Status
Declaration
public HttpResponseResult.OperationStatus Status { get; set; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
StatusCode
Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value