HttpSettings Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
HttpSettings() |
Initialisiert eine neue instance der HttpSettings-Klasse. |
HttpSettings(Nullable<Boolean>, HttpSettingsRoutes, ForwardProxy) |
Initialisiert eine neue instance der HttpSettings-Klasse. |
HttpSettings()
Initialisiert eine neue instance der HttpSettings-Klasse.
public HttpSettings ();
Public Sub New ()
Gilt für:
HttpSettings(Nullable<Boolean>, HttpSettingsRoutes, ForwardProxy)
Initialisiert eine neue instance der HttpSettings-Klasse.
public HttpSettings (bool? requireHttps = default, Microsoft.Azure.Management.WebSites.Models.HttpSettingsRoutes routes = default, Microsoft.Azure.Management.WebSites.Models.ForwardProxy forwardProxy = default);
new Microsoft.Azure.Management.WebSites.Models.HttpSettings : Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.HttpSettingsRoutes * Microsoft.Azure.Management.WebSites.Models.ForwardProxy -> Microsoft.Azure.Management.WebSites.Models.HttpSettings
Public Sub New (Optional requireHttps As Nullable(Of Boolean) = Nothing, Optional routes As HttpSettingsRoutes = Nothing, Optional forwardProxy As ForwardProxy = Nothing)
Parameter
<code>false</code> , wenn die Authentifizierungs-/Autorisierungsantworten ohne HTTPS-Schema zulässig sind, <andernfalls Code>true</code>.
- routes
- HttpSettingsRoutes
Die Konfigurationseinstellungen der Pfade für HTTP-Anforderungen.
- forwardProxy
- ForwardProxy
Die Konfigurationseinstellungen eines Weiterleitungsproxys, der zum Senden der Anforderungen verwendet wird.
Gilt für:
Azure SDK for .NET