Show / Hide Table of Contents

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 instances created by calling CreateClient(KestrelWebApplicationFactoryClientOptions) should automatically follow redirect responses. The default is true. ///

Declaration
public bool AllowAutoRedirect { get; set; }
Property Value
Type Description
System.Boolean

HandleCookies

Gets or sets whether instances created by calling CreateClient(KestrelWebApplicationFactoryClientOptions) should handle cookies. The default is true.

Declaration
public bool HandleCookies { get; set; }
Property Value
Type Description
System.Boolean

MaxAutomaticRedirections

Gets or sets the maximum number of redirect responses that instances created by calling CreateClient(KestrelWebApplicationFactoryClientOptions) should follow. The default is 7.

Declaration
public int MaxAutomaticRedirections { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Copyright © Nanogunn Ltd.