Language

EchConfigMismatchException Constructors

Definition

Overloads

EchConfigMismatchException(IntPtr, JniHandleOwnership)

protected EchConfigMismatchException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Ssl.EchConfigMismatchException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Ssl.EchConfigMismatchException

Parameters

javaReference
IntPtr

nativeint

Applies to

EchConfigMismatchException(String, String, EchConfigList)

Constructs a new EchConfigMismatchException.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Landroid/net/ssl/EchConfigList;)V", "", ApiSince=37)]
public EchConfigMismatchException(string? message, string? publicName, Android.Net.Ssl.EchConfigList? echRetryConfigList);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Landroid/net/ssl/EchConfigList;)V", "", ApiSince=37)>]
new Android.Net.Ssl.EchConfigMismatchException : string * string * Android.Net.Ssl.EchConfigList -> Android.Net.Ssl.EchConfigMismatchException

Parameters

message
String

the detail message.

publicName
String

the hostname that must be used for verification, or null if the server did not provide a valid public name.

echRetryConfigList
EchConfigList

the EchConfigList provided by the server for retrying the connection, or null if no retry configuration was set by the server.

Attributes

Remarks

Constructs a new EchConfigMismatchException.

Android reference for android.net.ssl.EchConfigMismatchException.EchConfigMismatchException.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to