ContentLengthOutputStream Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ContentLengthOutputStream(ISessionOutputBuffer, Int64) |
Initialise un flux de sortie limité en longueur. |
| ContentLengthOutputStream(IntPtr, JniHandleOwnership) |
Initialise un wrapper managé pour l’objet Java spécifié. |
ContentLengthOutputStream(ISessionOutputBuffer, Int64)
Initialise un flux de sortie limité en longueur.
[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;J)V", "")]
public ContentLengthOutputStream(Org.Apache.Http.IO.ISessionOutputBuffer? out, long contentLength);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;J)V", "")>]
new Org.Apache.Http.Impl.IO.ContentLengthOutputStream : Org.Apache.Http.IO.ISessionOutputBuffer * int64 -> Org.Apache.Http.Impl.IO.ContentLengthOutputStream
Paramètres
Mémoire tampon de sortie de session.
- contentLength
- Int64
Nombre maximal d’octets d’entité à écrire.
- Attributs
Remarques
Les parties de cette page sont basées sur le travail créé et partagé par Software Foundation et utilisés sous les termes de la Apache License, version 2.0.
S’applique à
ContentLengthOutputStream(IntPtr, JniHandleOwnership)
Initialise un wrapper managé pour l’objet Java spécifié.
protected ContentLengthOutputStream(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.IO.ContentLengthOutputStream : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.IO.ContentLengthOutputStream
Paramètres
- javaReference
-
IntPtr
nativeint
Handle JNI de l’objet Java.
- transfer
- JniHandleOwnership
Mode de transfert de propriété pour le handle JNI.
Remarques
Les parties de cette page sont basées sur le travail créé et partagé par Software Foundation et utilisés sous les termes de la Apache License, version 2.0.