Org.Apache.Http.Conn.Ssl.SSLSocketFactory Members

The members of Org.Apache.Http.Conn.Ssl.SSLSocketFactory are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
Sslstring.
const
Sslv2string.
const
Tlsstring.

Public Properties

[read-only]
static
AllowAllHostnameVerifierIX509HostnameVerifier.
[read-only]
static
BrowserCompatibleHostnameVerifierIX509HostnameVerifier.
HostnameVerifierIX509HostnameVerifier.
[read-only]
static
SocketFactorySSLSocketFactory. Gets an singleton instance of the SSLProtocolSocketFactory.
[read-only]
static
StrictHostnameVerifierIX509HostnameVerifier.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ConnectSocket(Java.Net.Socket, string, int, Java.Net.InetAddress, int, Org.Apache.Http.Params.IHttpParams) : Java.Net.Socket
Connects a socket to the given host.
ConnectSocketAsync(Java.Net.Socket, string, int, Java.Net.InetAddress, int, Org.Apache.Http.Params.IHttpParams) : System.Threading.Tasks.Task<Java.Net.Socket>
Documentation for this section has not yet been entered.
CreateSocket() : Java.Net.Socket
Creates a new, unconnected socket.
CreateSocket(Java.Net.Socket, string, int, bool) : Java.Net.Socket
Returns a socket connected to the given host that is layered over an existing socket.
CreateSocketAsync() : System.Threading.Tasks.Task<Java.Net.Socket>
Documentation for this section has not yet been entered.
CreateSocketAsync(Java.Net.Socket, string, int, bool) : System.Threading.Tasks.Task<Java.Net.Socket>
Documentation for this section has not yet been entered.
IsSecure(Java.Net.Socket) : bool
Checks whether a socket connection is secure.