Javax.Net.Ssl.HttpsURLConnection Members

The members of Javax.Net.Ssl.HttpsURLConnection are listed below.

See Also: Inherited members from Java.Net.HttpURLConnection

Protected Constructors

Creates a new HttpsURLConnection with the specified URL.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
CipherSuitestring. Returns the name of the cipher suite negotiated during the SSL handshake.
static
DefaultHostnameVerifierIHostnameVerifier. Returns the default hostname verifier.
static
DefaultSSLSocketFactorySSLSocketFactory. Returns the default SSL socket factory for new instances.
HostnameVerifierIHostnameVerifier. Returns the hostname verifier used by this instance.
[read-only]
LocalPrincipalJava.Security.IPrincipal. Returns the Principal used to identify the local host during the handshake.
[read-only]
PeerPrincipalJava.Security.IPrincipal. Returns the Principal identifying the peer.
SSLSocketFactorySSLSocketFactory. Returns the SSL socket factory used by this instance.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
GetLocalCertificates() : Java.Security.Cert.Certificate[]
Returns the list of local certificates used during the handshake.
abstract
GetServerCertificates() : Java.Security.Cert.Certificate[]
Return the list of certificates identifying the peer during the handshake.