HttpConnectivitySettings 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.
Caution
This type is deprecated. Please use GatewaySettings instead.
The payload for a Configure HTTP settings request.
[System.Obsolete("This type is deprecated. Please use GatewaySettings instead.")]
public class HttpConnectivitySettings
[<System.Obsolete("This type is deprecated. Please use GatewaySettings instead.")>]
type HttpConnectivitySettings = class
Public Class HttpConnectivitySettings
- Inheritance
-
HttpConnectivitySettings
- Attributes
Constructors
HttpConnectivitySettings() |
Properties
EnabledCredential |
Gets or sets whether or not the HTTP based authorization is enabled. Possible values include: 'true', 'false' |
Password |
Gets or sets the HTTP user password. |
Username |
Gets or sets the HTTP username. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET