Table of Contents

Class ReverseProxyRequest

Namespace
JJConsulting.Infinity.Domain.ReverseProxy
Assembly
JJConsulting.Infinity.Domain.dll
public sealed class ReverseProxyRequest

Inheritance

Inherited Members

Properties

Address

public required string Address { get; set; }

Property Value

string

AppName

public required string AppName { get; set; }

Property Value

string

AuthenticationMode

public ReverseProxyAuthenticationMode AuthenticationMode { get; set; }

Property Value

ReverseProxyAuthenticationMode

BlockMultipleRoles

public bool BlockMultipleRoles { get; set; }

Property Value

bool

PathPrefix

public required string PathPrefix { get; set; }

Property Value

string

TimeoutSeconds

public int? TimeoutSeconds { get; set; }

Property Value

int?