HttpOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class HttpOptions { bool BypassUrlFiltering { get; set; } CancellationToken CancellationToken { get; set; } NameValueCollection Headers { get; set; } bool IsCacheable { get; set; } NameValueCollection Query { get; set; } int TimeoutSeconds { get; set; } bool VaryCacheByUser { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
BypassUrlFiltering | bool | |||
CancellationToken | CancellationToken | |||
Headers | NameValueCollection | |||
IsCacheable | bool | |||
Query | NameValueCollection | |||
TimeoutSeconds | int | |||
VaryCacheByUser | bool |