SSLCertificateSocketFactory Constructores

Definición

Sobrecargas

Nombre Description
SSLCertificateSocketFactory(Int32)
Obsoletos.

Este miembro está en desuso.

SSLCertificateSocketFactory(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

SSLCertificateSocketFactory(Int32)

Precaución

deprecated

Este miembro está en desuso.

[Android.Runtime.Register(".ctor", "(I)V", "")]
[System.Obsolete("deprecated")]
public SSLCertificateSocketFactory(int handshakeTimeoutMillis);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Net.SSLCertificateSocketFactory : int -> Android.Net.SSLCertificateSocketFactory

Parámetros

handshakeTimeoutMillis
Int32
Atributos

Comentarios

Este miembro está en desuso. Utilice #getDefault(int) en su lugar.

Java documentación para android.net.SSLCertificateSocketFactory.SSLCertificateSocketFactory(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

SSLCertificateSocketFactory(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

protected SSLCertificateSocketFactory(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.SSLCertificateSocketFactory : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.SSLCertificateSocketFactory

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a