The properties of Javax.Net.Ssl.HandshakeCompletedEvent are listed below. For a list of all members, see the HandshakeCompletedEvent Members list.
See Also: Inherited members from Java.Util.EventObject
[read-only] | CipherSuite | string. Returns the name of the cipher suite negotiated during this handshake. |
[read-only] | LocalPrincipal | Java.Security.IPrincipal. Returns the Principal used to identify during the handshake. |
[read-only] | PeerPrincipal | Java.Security.IPrincipal. Returns the Principal identifying the peer. |
[read-only] | Session | ISSLSession. Returns the SSL session associated with this event. |
[read-only] | Socket | SSLSocket. Returns the SSL socket that produced this event. |
[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. |