ClassAspNetResponse
Class
Asp.Net Response object.
Definition
Namespace:ArtOfTest.WebAii.WebServers.AspNetHost
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class AspNetResponse
Inheritance: objectAspNetResponse
Properties
Body
Gets the response body as a byte array.
BodyAsString
Gets the response body as a string.
Headers
Gets the response headers.
Declaration
cs-api-definition
public List<KeyValuePair<string, string>> Headers { get; }
Property Value
Methods
ToEntireResponseString()
Returns the entire response as a string including headers, status and body.
Declaration
cs-api-definition
public string ToEntireResponseString()
Returns
The entire response string.