API version:
Show / Hide Table of Contents

Class ProxyConfiguration

HTTP proxy configuration for an IOktaClient.

Inheritance
System.Object
ProxyConfiguration
Implements
IDeepCloneable<ProxyConfiguration>
Inherited Members
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: Okta.Sdk.Configuration
Assembly: Okta.Sdk.dll
Syntax
public sealed class ProxyConfiguration : IDeepCloneable<ProxyConfiguration>

Properties

Host

Gets or sets the proxy hostname.

Declaration
public string Host { get; set; }
Property Value
Type Description
System.String

The proxy hostname.

Password

Gets or sets the proxy password.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

The proxy password.

Port

Gets or sets the proxy port.

Declaration
public int? Port { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

The proxy port.

Username

Gets or sets the proxy username.

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String

The proxy username.

Methods

DeepClone()

Returns a deep clone (copy) of this object.

Declaration
public ProxyConfiguration DeepClone()
Returns
Type Description
ProxyConfiguration

A deep clone (copy) of this object.

Implements

IDeepCloneable<T>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.