Idioma

EchConfigMismatchException Construtores

Definição

Sobrecargas

EchConfigMismatchException(IntPtr, JniHandleOwnership)

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

Parâmetros

javaReference
IntPtr

nativeint

Aplica-se a

EchConfigMismatchException(String, String, EchConfigList)

Constrói um novo 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

Parâmetros

message
String

a mensagem de detalhes.

publicName
String

o nome do host que deve ser usado para verificação ou null se o servidor não forneceu um nome público válido.

echRetryConfigList
EchConfigList

o EchConfigList fornecido pelo servidor para tentar novamente a conexão ou null se nenhuma configuração de repetição foi definida pelo servidor.

Atributos

Comentários

Constrói um novo EchConfigMismatchException.

Referência do Android para android.net.ssl.EchConfigMismatchException.EchConfigMismatchException.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a