The members of Javax.Net.Ssl.SSLServerSocket are listed below.
See Also: Inherited members from Java.Net.ServerSocket
Only to be used by subclasses. | ||
Only to be used by subclasses. | ||
Only to be used by subclasses. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Only to be used by subclasses. |
abstract | EnableSessionCreation | bool. Returns whether new SSL sessions may be established for new connections. |
abstract | NeedClientAuth | bool. Returns whether server-mode connections will be configured to require client authentication. |
SSLParameters | SSLParameters. Documentation for this section has not yet been entered. | |
abstract | UseClientMode | bool. Returns whether new connection will act in client mode when handshaking. |
abstract | WantClientAuth | bool. Returns whether server-mode connections will be configured to request client authentication. |
[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 | GetEnabledCipherSuites()Returns the names of the enabled cipher suites to be used for new connections. | |
abstract | GetEnabledProtocols()Returns the names of the enabled protocols to be used for new connections. | |
abstract | GetSupportedCipherSuites()Returns the names of the supported cipher suites. | |
abstract | GetSupportedProtocols()Returns the names of the supported protocols. | |
abstract | SetEnabledCipherSuites(string[])Sets the names of the cipher suites to be enabled for new connections. | |
abstract | SetEnabledProtocols(string[])Sets the names of the protocols to be enabled for new connections. |