Class AuthScheme
HTTP authentication schemes.
Inheritance
System.Object
AuthScheme
Namespace: PrinceXML.Wrapper.Enums
Assembly: PrinceXML.Wrapper.dll
Syntax
public class AuthScheme : object
Fields
| Improve this Doc View SourceHttp
Equates to the string "http"
.
Declaration
public static readonly AuthScheme Http
Field Value
Type | Description |
---|---|
AuthScheme |
Https
Equates to the string "https"
.
Declaration
public static readonly AuthScheme Https
Field Value
Type | Description |
---|---|
AuthScheme |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |