SSLSocketFactory.SocketFactory Property

Definition

Caution

deprecated

Gets an singleton instance of the SSLProtocolSocketFactory.

[System.Obsolete("deprecated")]
public static Org.Apache.Http.Conn.Ssl.SSLSocketFactory? SocketFactory { [Android.Runtime.Register("getSocketFactory", "()Lorg/apache/http/conn/ssl/SSLSocketFactory;", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSocketFactory", "()Lorg/apache/http/conn/ssl/SSLSocketFactory;", "")>]
member this.SocketFactory : Org.Apache.Http.Conn.Ssl.SSLSocketFactory

Property Value

SSLSocketFactory

a SSLProtocolSocketFactory

Attributes

Remarks

Java documentation for org.apache.http.conn.ssl.SSLSocketFactory.getSocketFactory().

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