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; } }