Show / Hide Table of Contents

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 Source

Http

Equates to the string "http".

Declaration
public static readonly AuthScheme Http
Field Value
Type Description
AuthScheme
| Improve this Doc View Source

Https

Equates to the string "https".

Declaration
public static readonly AuthScheme Https
Field Value
Type Description
AuthScheme

Methods

| Improve this Doc View Source

ToString()

Returns a string representation of the object.

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX