HttpAuthenticationMethods Enumeration |
The authentication methods supported by the HTTP proxy
Namespace:
Aspose.Email.Clients
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax [FlagsAttribute]
public enum HttpAuthenticationMethods
<FlagsAttribute>
Public Enumeration HttpAuthenticationMethods
[FlagsAttribute]
public enum class HttpAuthenticationMethods
[<FlagsAttribute>]
type HttpAuthenticationMethods
Members
| Member name | Value | Description |
---|
| NoAuthentication | 1 |
No authentication
|
| Basic | 2 |
Basic access authentication.
|
See Also