ProxyCredentials Class

This class is used to specify credentials for a proxy server.

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public class ProxyCredentials
Inheritance
Object    ProxyCredentials

Constructors

Properties

Credentials Get the user credentials
ProxyServer Get or set the proxy server name
UseProxyServer This is used to set or get the flag indicating whether or not to use the proxy server

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromXml Create a proxy credentials instance from an XML element
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToXml Converts the proxy credentials to an XML element

See Also