Class HttpOptions
A class representing configurable HTTP options within the client.
Inherited Members
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 |
