Class ReverseProxyRequest
- Namespace
- JJConsulting.Infinity.Domain.ReverseProxy
- Assembly
- JJConsulting.Infinity.Domain.dll
public sealed class ReverseProxyRequest
Inheritance
-
Inherited Members
-
Properties
Address
public 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
-
ConnectionId
public Guid? ConnectionId { get; set; }
Property Value
- Guid?
-
ContainerName
public string? ContainerName { get; set; }
Property Value
- string?
-
ExternalPort
public int? ExternalPort { get; set; }
Property Value
- int?
-
InternalPort
public int? InternalPort { get; set; }
Property Value
- int?
-
Path
public string? Path { get; set; }
Property Value
- string?
-
PathPrefix
public required string PathPrefix { get; set; }
Property Value
- string
-
Port
public int? Port { get; set; }
Property Value
- int?
-
ProductKey
public string? ProductKey { get; set; }
Property Value
- string?
-
TimeoutSeconds
public int? TimeoutSeconds { get; set; }
Property Value
- int?
-
Type
public required ReverseProxyAppType Type { get; set; }
Property Value
- ReverseProxyAppType
-