HttpSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
public class HttpSettings
type HttpSettings = class
Public Class HttpSettings
- Inheritance
-
HttpSettings
Constructors
HttpSettings() |
Initializes a new instance of HttpSettings. |
Properties
ForwardProxy |
The configuration settings of a forward proxy used to make the requests. |
RequireHttps |
<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. |
RoutesApiPrefix |
The prefix that should precede all the authentication/authorization paths. |
Applies to
Azure SDK for .NET