Javax.Net.Ssl.SSLSocket: Property Members

The properties of Javax.Net.Ssl.SSLSocket are listed below. For a list of all members, see the SSLSocket Members list.

See Also: Inherited members from Java.Net.Socket

Public Properties

abstract
EnableSessionCreationbool. Returns whether new SSL sessions may be created by this socket or if existing sessions must be reused.
[read-only]
HandshakeSessionISSLSession. Documentation for this section has not yet been entered.
abstract
NeedClientAuthbool. Returns true if the server socket should require client authentication.
[read-only]
abstract
SessionISSLSession. Returns the SSLSession for this connection.
SSLParametersSSLParameters. Returns a new SSLParameters based on this SSLSocket's current cipher suites, protocols, and client authentication settings.
abstract
UseClientModebool. Returns true if this connection will act in client mode when handshaking.
abstract
WantClientAuthbool. Returns true if the server should request client authentication.

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.