HttpAuthentication Class

Encapsulates a username and a password to resolve various types of HTTP authentication

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public class HttpAuthentication
Inheritance
Object    HttpAuthentication

Constructors

HttpAuthenticationInitializes a new instance of the HttpAuthentication class

Properties

Password The password used in authentication process
Username The username used in authentication process

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also