Table of Contents

Class Response

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public class Response
Inheritance
Response
Inherited Members

Properties

Body

public Stream? Body { get; set; }

Property Value

Stream

Header

public ResponseHeader? Header { get; set; }

Property Value

ResponseHeader

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.