New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.WebServers.AspNetHost

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class AspNetResponse

Inheritance: objectAspNetResponse

Properties

C#
public byte[] Body { get; }
C#
public string BodyAsString { get; }
C#
public List<KeyValuePair<string, string>> Headers { get; }
C#
public int Status { get; }

Methods

C#
public string ToEntireResponseString()
Returns:

string