Show / Hide Table of Contents

Class ProxyCredential

A credential used to access proxy-secured resources.

Inheritance
object
Credential
ProxyCredential
Implements
INotifyPropertyChanged
Credential.ServerContext
Credential.PropertyChanged
Credential.FromJson(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ProxyCredential : Credential, INotifyPropertyChanged

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

TargetVersions
.NET Standard 2.0100.10 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.10 - 200.8
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.