Compartilhar via


ContentLengthOutputStream Construtores

Definição

Sobrecargas

ContentLengthOutputStream(ISessionOutputBuffer, Int64)
ContentLengthOutputStream(IntPtr, JniHandleOwnership)

ContentLengthOutputStream(ISessionOutputBuffer, Int64)

[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

Parâmetros

contentLength
Int64
Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

ContentLengthOutputStream(IntPtr, JniHandleOwnership)

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

Parâmetros

javaReference
IntPtr

nativeint

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a