Langue

ContentLengthOutputStream Constructeurs

Définition

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

out
ISessionOutputBuffer

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.

S’applique à