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

The methods of Org.Apache.Http.Conn.Ssl.SSLSocketFactory are listed below. For a list of all members, see the SSLSocketFactory Members list.

See Also: Inherited members from Java.Lang.Object

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.