Org.Apache.Http.Conn.MultihomePlainSocketFactory.IsSecure Method
Checks whether a socket connection is secure.

Syntax

[Android.Runtime.Register("isSecure", "(Ljava/net/Socket;)Z", "")]
public bool IsSecure (Java.Net.Socket sock)

Parameters

sock
the connected socket

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the argument is invalid

Remarks

Checks whether a socket connection is secure. This factory creates plain socket connections which are not considered secure.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Conn
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1