Class AspNetResponse
Inheritance
System.Object
AspNetResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.WebServers.AspNetHost
Assembly: ArtOfTest.WebAii.dll
Syntax
public class AspNetResponse
Properties
Body
Declaration
public byte[] Body { get; }
Property Value
System.Byte[]
|
BodyAsString
Declaration
public string BodyAsString { get; }
Property Value
System.String
|
Headers
Declaration
public List<KeyValuePair<string, string>> Headers { get; }
Property Value
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, System.String>>
|
Status
Declaration
public int Status { get; }
Property Value
System.Int32
|
Methods
ToEntireResponseString()
Declaration
public string ToEntireResponseString()
Returns
System.String
|