Show / Hide Table of Contents

Class ProxyCredential

A credential used to access proxy-secured resources.

Inheritance
System.Object
Credential
ProxyCredential
Implements
System.ComponentModel.INotifyPropertyChanged
System.Runtime.Serialization.ISerializable
Credential.ServiceUri
Credential.ServerContext
Credential.PropertyChanged
Credential.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
Credential.FromJson(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

TargetVersions
.NET Standard 2.0100.10 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.10 - 200.7
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.7
In This Article
Back to top Copyright © 2022 Esri.