Aracılığıyla paylaş


SNIHostName.AsciiName Property

Definition

Returns the StandardCharsets#US_ASCII-compliant hostname of this SNIHostName object.

public string? AsciiName { [Android.Runtime.Register("getAsciiName", "()Ljava/lang/String;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAsciiName", "()Ljava/lang/String;", "", ApiSince=24)>]
member this.AsciiName : string

Property Value

the StandardCharsets#US_ASCII-compliant hostname of this SNIHostName object

Attributes

Remarks

Returns the StandardCharsets#US_ASCII-compliant hostname of this SNIHostName object.

Note that, per RFC 6066, the returned hostname may be an internationalized domain name that contains A-labels. See RFC 5890 for more information about the detailed A-label specification.

Java documentation for javax.net.ssl.SNIHostName.getAsciiName().

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