Lingua

SSLEngine.UseClientMode Property

Definition

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

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

Property Value

true if the engine should perform the handshake in client mode; otherwise, false.

Attributes

Exceptions

if this method is called after starting the initial handshake.

Remarks

Java documentation for javax.net.ssl.SSLEngine.getUseClientMode().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to