AbstractSessionInputBuffer 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| AbstractSessionInputBuffer() |
初始化一個新的會話輸入緩衝區。 |
| AbstractSessionInputBuffer(IntPtr, JniHandleOwnership) |
初始化指定 Java 物件的受管理包裝器。 |
AbstractSessionInputBuffer(IntPtr, JniHandleOwnership)
初始化指定 Java 物件的受管理包裝器。
protected AbstractSessionInputBuffer(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.IO.AbstractSessionInputBuffer : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.IO.AbstractSessionInputBuffer
參數
- javaReference
-
IntPtr
nativeint
Java 物件的 JNI handle 。
- transfer
- JniHandleOwnership
JNI 帳號的所有權轉移模式。
備註
本頁部分內容基於 會所創建並分享的工作,並依 版本 Apache 授權條款使用。