Class HttpSettings
Preferences for the default implementation of IHttpService
Inheritance
System.Object
HttpSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Onbox.Core.V8.Http
Assembly: Onbox.Core.dll
Syntax
public class HttpSettings
Properties
| Improve this Doc View SourceAllowCache
The "cache-control" header will be set to no-cache by default
Declaration
public bool AllowCache { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Timeout
Timeout in milliseconds
Declaration
public int Timeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |