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
Members
  Member nameValueDescription
NoAuthentication1 No authentication
Basic2 Basic access authentication.
See Also