Class Response
public class Response
- Inheritance
-
Response
- Inherited Members
Properties
Body
public Stream? Body { get; set; }
Property Value
Header
public ResponseHeader? Header { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.