Class ProxyCredential
A credential 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. |
Methods
Name | Description |
---|---|
ToJson() | Convert this Credential to a JSON string. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |