EchConfigMismatchException.RetryConfigList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the EchConfigList provided by the server for retrying the connection, or
null if no retry configuration was set by the server.
public virtual Android.Net.Ssl.EchConfigList? RetryConfigList { [Android.Runtime.Register("getRetryConfigList", "()Landroid/net/ssl/EchConfigList;", "GetGetRetryConfigListHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRetryConfigList", "()Landroid/net/ssl/EchConfigList;", "GetGetRetryConfigListHandler", ApiSince=37)>]
member this.RetryConfigList : Android.Net.Ssl.EchConfigList
Property Value
Returns the EchConfigList provided by the server for retrying the connection, or null if no retry configuration was set by the server.
- Attributes
Remarks
Returns the EchConfigList provided by the server for retrying the connection, or null if no retry configuration was set by the server. Prior to reading this value, the client must verify that the certificate is valid for the name returned by getPublicHostname().
Android reference for android.net.ssl.EchConfigMismatchException.getRetryConfigList.
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.