Class RawResponse
- Namespace
- ScrapySharp.Network
- Assembly
- ScrapySharp.dll
- Inheritance
-
RawResponse
- Inherited Members
-
Properties
Body
public byte[] Body { get; }
Property Value
- byte[]
Encoding
public Encoding Encoding { get; }
Property Value
- Encoding
public List<KeyValuePair<string, string>> Headers { get; }
Property Value
- List<KeyValuePair<string, string>>
HttpVersion
public Version HttpVersion { get; }
Property Value
- Version
StatusCode
public int StatusCode { get; }
Property Value
- int
StatusDescription
public string StatusDescription { get; }
Property Value
- string
Methods
ToString()
public override string ToString()
Returns
- string