public final class HttpAuthenticationMethods
extends com.aspose.ms.System.Enum
The authentication methods supported by the HTTP proxy
Modifier and Type | Field and Description |
---|---|
static byte |
Basic
Basic access authentication.
|
static byte |
NoAuthentication
No authentication
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte NoAuthentication
No authentication
public static final byte Basic
Basic access authentication.