言語

AbstractAuthenticationHandler コンストラクター

定義

オーバーロード

名前 説明
AbstractAuthenticationHandler()

認証ハンドラーベースを初期化します。

AbstractAuthenticationHandler(IntPtr, JniHandleOwnership)

AbstractAuthenticationHandler()

認証ハンドラーベースを初期化します。

[Android.Runtime.Register(".ctor", "()V", "")]
public AbstractAuthenticationHandler();
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

AbstractAuthenticationHandler(IntPtr, JniHandleOwnership)

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

パラメーター

javaReference
IntPtr

nativeint

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象