Javax.Net.Ssl.SSLEngine.UseClientMode Property
Returns whether this engine is set to 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.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif this method is called after starting the initial handshake.
Java.Lang.IllegalArgumentExceptionif this method is called after starting the initial handshake.
Java.Lang.IllegalArgumentExceptionif this method is called after starting the initial handshake.
Java.Lang.IllegalArgumentExceptionif this method is called after starting the initial handshake.
Java.Lang.IllegalArgumentExceptionif this method is called after starting the initial handshake.

Remarks

Get method documentation [Android Documentation]

Returns whether this engine is set to act in client mode when handshaking.

Set method documentation [Android Documentation]

Sets whether this engine should act in client (or server) 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