Class KestrelWebApplicationFactoryClientOptions
Inheritance
System.Object
KestrelWebApplicationFactoryClientOptions
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: Accelergreat.Web.Factories
Assembly: Accelergreat.Web.dll
Syntax
public class KestrelWebApplicationFactoryClientOptions
Properties
AllowAutoRedirect
Gets or sets whether or not true
.
///
Declaration
public bool AllowAutoRedirect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HandleCookies
Gets or sets whether true
.
Declaration
public bool HandleCookies { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxAutomaticRedirections
Gets or sets the maximum number of redirect responses that 7
.
Declaration
public int MaxAutomaticRedirections { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |