BestMatchSpec Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| BestMatchSpec() | |
| BestMatchSpec(IntPtr, JniHandleOwnership) | |
| BestMatchSpec(String[], Boolean) |
BestMatchSpec()
[Android.Runtime.Register(".ctor", "()V", "")]
public BestMatchSpec();
- Atributos
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
BestMatchSpec(IntPtr, JniHandleOwnership)
protected BestMatchSpec(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Cookie.BestMatchSpec : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Cookie.BestMatchSpec
Parámetros
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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
BestMatchSpec(String[], Boolean)
[Android.Runtime.Register(".ctor", "([Ljava/lang/String;Z)V", "")]
public BestMatchSpec(string[]? datepatterns, bool oneHeader);
[<Android.Runtime.Register(".ctor", "([Ljava/lang/String;Z)V", "")>]
new Org.Apache.Http.Impl.Cookie.BestMatchSpec : string[] * bool -> Org.Apache.Http.Impl.Cookie.BestMatchSpec
Parámetros
- datepatterns
- String[]
- oneHeader
- Boolean
- Atributos
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.