RFC2965CommentUrlAttributeHandler コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| RFC2965CommentUrlAttributeHandler() |
RFC2965CommentUrlAttributeHandler クラスの新しいインスタンスを初期化します。 |
| RFC2965CommentUrlAttributeHandler(IntPtr, JniHandleOwnership) |
既存のJava Cookie 実装のマネージド ラッパーを初期化します。 |
RFC2965CommentUrlAttributeHandler()
RFC2965CommentUrlAttributeHandler クラスの新しいインスタンスを初期化します。
[Android.Runtime.Register(".ctor", "()V", "")]
public RFC2965CommentUrlAttributeHandler();
- 属性
注釈
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。
適用対象
RFC2965CommentUrlAttributeHandler(IntPtr, JniHandleOwnership)
既存のJava Cookie 実装のマネージド ラッパーを初期化します。
protected RFC2965CommentUrlAttributeHandler(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Cookie.RFC2965CommentUrlAttributeHandler : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Cookie.RFC2965CommentUrlAttributeHandler
パラメーター
- javaReference
-
IntPtr
nativeint
既存のJava ピアへのハンドル。
- transfer
- JniHandleOwnership
このラッパーがJava ハンドルの所有権を前提とするかどうかを指定します。
注釈
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。