Javax.Net.Ssl.HttpsURLConnection.LocalPrincipal Property
Returns the Principal used to identify the local host during the handshake.

Syntax

[get: Android.Runtime.Register("getLocalPrincipal", "()Ljava/security/Principal;", "GetGetLocalPrincipalHandler")]
public virtual Java.Security.IPrincipal LocalPrincipal { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif no connection has been established yet.

Remarks

Returns the Principal used to identify the local host during the handshake.

[Android Documentation]

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1