Class FluxzyHttpResponseMessage
- Namespace
- Fluxzy.Clients.DotNetBridge
- Assembly
- Fluxzy.Core.dll
An HttpResponseMessage that uses fluxzy internals to send requests.
public class FluxzyHttpResponseMessage : HttpResponseMessage, IDisposable
- Inheritance
-
FluxzyHttpResponseMessage
- Implements
- Inherited Members
Constructors
FluxzyHttpResponseMessage(Exchange)
public FluxzyHttpResponseMessage(Exchange exchange)
Parameters
exchange
Exchange
Properties
Exchange
public Exchange Exchange { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string representation of the current object.