• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class HttpRequest

A base class representing a HttpRequest.

Inheritance
object
HttpRequest
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: WhenFresh.Api.Client.Http
Assembly: WhenFresh.Api.Client.dll
Syntax
public class HttpRequest

Constructors

HttpRequest(string)

A base class representing a HttpRequest.

Declaration
public HttpRequest(string method)
Parameters
Type Name Description
string method

Properties

Method

A base class representing a HttpRequest.

Declaration
public string Method { get; set; }
Property Value
Type Description
string

OnSend

A base class representing a HttpRequest.

Declaration
public InterceptRequestDelegate OnSend { get; set; }
Property Value
Type Description
InterceptRequestDelegate

RequestUri

A base class representing a HttpRequest.

Declaration
public Func<Uri> RequestUri { get; set; }
Property Value
Type Description
Func<Uri>