The members of Javax.Net.Ssl.HttpsURLConnection are listed below.
See Also: Inherited members from Java.Net.HttpURLConnection
Creates a new HttpsURLConnection with the specified URL. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | CipherSuite | string. Returns the name of the cipher suite negotiated during the SSL handshake. |
static | DefaultHostnameVerifier | IHostnameVerifier. Returns the default hostname verifier. |
static | DefaultSSLSocketFactory | SSLSocketFactory. Returns the default SSL socket factory for new instances. |
HostnameVerifier | IHostnameVerifier. Returns the hostname verifier used by this instance. | |
[read-only] | LocalPrincipal | Java.Security.IPrincipal. Returns the Principal used to identify the local host during the handshake. |
[read-only] | PeerPrincipal | Java.Security.IPrincipal. Returns the Principal identifying the peer. |
SSLSocketFactory | SSLSocketFactory. Returns the SSL socket factory used by this instance. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | GetLocalCertificates()Returns the list of local certificates used during the handshake. | |
abstract | GetServerCertificates()Return the list of certificates identifying the peer during the handshake. |