Condividi tramite


HttpResponseWriter Costruttori

Definizione

Overload

HttpResponseWriter(IntPtr, JniHandleOwnership)
HttpResponseWriter(ISessionOutputBuffer, ILineFormatter, IHttpParams)

HttpResponseWriter(IntPtr, JniHandleOwnership)

protected HttpResponseWriter (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.IO.HttpResponseWriter : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.IO.HttpResponseWriter

Parametri

javaReference
IntPtr

nativeint

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

HttpResponseWriter(ISessionOutputBuffer, ILineFormatter, IHttpParams)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V", "")]
public HttpResponseWriter (Org.Apache.Http.IO.ISessionOutputBuffer? buffer, Org.Apache.Http.Message.ILineFormatter? formatter, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V", "")>]
new Org.Apache.Http.Impl.IO.HttpResponseWriter : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Message.ILineFormatter * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.IO.HttpResponseWriter

Parametri

formatter
ILineFormatter
params
IHttpParams
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a