Javax.Net.Ssl.SSLSocket.UseClientMode Property
Returns true if this 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 true if this connection will act in client mode when handshaking.

Set method documentation [Android Documentation]

Sets whether this connection 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