Show / Hide Table of Contents

Class ProxyCredential

Represents a credential object used to access proxy secured resources.

Inheritance
Object
Credential
ProxyCredential
Implements
System.ComponentModel.INotifyPropertyChanged
System.Runtime.Serialization.ISerializable
Credential.ServiceUri
Credential.PropertyChanged
Credential.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
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)
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.

Applies to

TargetVersions
.NET Standard 2.0100.10 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.10 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 100.15
In This Article
Back to top Copyright © 2022 Esri.