Javax.Net.Ssl.SSLServerSocket.UseClientMode Property
Returns whether new connection will act in client mode when handshaking.

Syntax

[get: Android.Runtime.Register("getUseClientMode", "()Z", "GetGetUseClientModeHandler")]
[set: Android.Runtime.Register("setUseClientMode", "(Z)V", "GetSetUseClientMode_ZHandler")]
public abstract bool UseClientMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether new connection will act in client mode when handshaking.

Set method documentation [Android Documentation]

Sets whether new connections should act in client mode when handshaking.

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1