Class ProxyCredential
Represents a credential object used to access proxy secured resources.
Implements
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Serializable]
public sealed class ProxyCredential : Credential, INotifyPropertyChanged, ISerializable
Constructors
Name | Description |
---|---|
ProxyCredential(String, String, NetworkCredential) | Initializes a new instance of the ProxyCredential class. |
ProxyCredential(String, String, String, String) | Initializes a new instance of the ProxyCredential class with the specified user name and password. |
ProxyCredential(String, String, String, String, String) | Initializes a new instance of the ProxyCredential class with the specified user name, password, and domain. |
ProxyCredential(Uri, String, NetworkCredential) | Initializes a new instance of the ProxyCredential class. |
ProxyCredential(Uri, String, String, String) | Initializes a new instance of the ProxyCredential class with the specified user name and password. |
ProxyCredential(Uri, String, String, String, String) | Initializes a new instance of the ProxyCredential class with the specified user name, password, and domain. |
Properties
Name | Description |
---|---|
Credentials | Gets or sets the credentials that will be submitted to the proxy server for authentication. |
HttpAuthenticationType | Gets or sets the HTTP authentication scheme used by the proxy server. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.10 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.10 - 100.12 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 100.15 |