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

Class HttpOptions

A class representing configurable HTTP options within the client.

Inheritance
object
HttpOptions
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.Configuration
Assembly: WhenFresh.Api.Client.dll
Syntax
public class HttpOptions

Constructors

HttpOptions()

A class representing configurable HTTP options within the client.

Declaration
public HttpOptions()

Properties

EntryPoint

A class representing configurable HTTP options within the client.

Declaration
public Uri EntryPoint { get; set; }
Property Value
Type Description
Uri

Handler

A class representing configurable HTTP options within the client.

Declaration
public HttpMessageHandler Handler { get; set; }
Property Value
Type Description
HttpMessageHandler

OnSend

A class representing configurable HTTP options within the client.

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

Timeout

A class representing configurable HTTP options within the client.

Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type Description
TimeSpan

UserAgent

A class representing configurable HTTP options within the client.

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