EofSensorInputStream Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EofSensorInputStream(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
EofSensorInputStream(Stream, IEofSensorWatcher) |
Creates a new EOF sensor. |
EofSensorInputStream(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected EofSensorInputStream (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Conn.EofSensorInputStream : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Conn.EofSensorInputStream
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
EofSensorInputStream(Stream, IEofSensorWatcher)
Creates a new EOF sensor.
[Android.Runtime.Register(".ctor", "(Ljava/io/InputStream;Lorg/apache/http/conn/EofSensorWatcher;)V", "")]
public EofSensorInputStream (System.IO.Stream? in, Org.Apache.Http.Conn.IEofSensorWatcher? watcher);
[<Android.Runtime.Register(".ctor", "(Ljava/io/InputStream;Lorg/apache/http/conn/EofSensorWatcher;)V", "")>]
new Org.Apache.Http.Conn.EofSensorInputStream : System.IO.Stream * Org.Apache.Http.Conn.IEofSensorWatcher -> Org.Apache.Http.Conn.EofSensorInputStream
Parameters
- in
- Stream
- watcher
- IEofSensorWatcher
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.