BasicClientCookie 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Android.Runtime.Register("org/apache/http/impl/cookie/BasicClientCookie", DoNotGenerateAcw=true)]
public class BasicClientCookie : Java.Lang.Object, IDisposable, Java.Interop.IJavaPeerable, Java.Lang.ICloneable, Org.Apache.Http.Cookies.IClientCookie, Org.Apache.Http.Cookies.ISetCookie
[<Android.Runtime.Register("org/apache/http/impl/cookie/BasicClientCookie", DoNotGenerateAcw=true)>]
type BasicClientCookie = class
inherit Object
interface ICloneable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface IClientCookie
interface ICookie
interface ISetCookie
- 继承
- 派生
- 属性
- 实现
注解
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。
构造函数
| 名称 | 说明 |
|---|---|
| BasicClientCookie(IntPtr, JniHandleOwnership) | |
| BasicClientCookie(String, String) | |
属性
| 名称 | 说明 |
|---|---|
| Class |
返回此 |
| Comment | |
| CommentURL | |
| Domain | |
| ExpiryDate | |
| Handle |
基础 Android 实例的句柄。 (继承自 Object) |
| IsPersistent | |
| IsSecure | |
| JniIdentityHashCode | (继承自 Object) |
| JniPeerMembers | |
| Name | |
| Path | |
| PeerReference | (继承自 Object) |
| ThresholdClass | |
| ThresholdType | |
| Value | |
| Version | |
方法
| 名称 | 说明 |
|---|---|
| Clone() | |
| ContainsAttribute(String) | |
| Dispose() | (继承自 Object) |
| Dispose(Boolean) | (继承自 Object) |
| Equals(Object) |
指示其他对象是否“等于”此对象。 (继承自 Object) |
| GetAttribute(String) | |
| GetHashCode() |
返回对象的哈希代码值。 (继承自 Object) |
| GetPorts() | |
| IsExpired(Date) | |
| JavaFinalize() |
当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。 (继承自 Object) |
| Notify() |
唤醒正在等待此对象的监视器的单个线程。 (继承自 Object) |
| NotifyAll() |
唤醒正在等待此对象的监视器的所有线程。 (继承自 Object) |
| SetAttribute(String, String) | |
| SetComment(String) | |
| SetDomain(String) | |
| SetExpiryDate(Date) | |
| SetHandle(IntPtr, JniHandleOwnership) |
设置 Handle 属性。 (继承自 Object) |
| SetPath(String) | |
| SetSecure(Boolean) | |
| SetValue(String) | |
| SetVersion(Int32) | |
| ToArray<T>() | (继承自 Object) |
| ToString() |
返回对象的字符串表示形式。 (继承自 Object) |
| UnregisterFromRuntime() | (继承自 Object) |
| Wait() |
使当前线程等待,直到唤醒它,通常是通过 em 通知/em< 或 >em<interrupted>/em<。><> (继承自 Object) |
| Wait(Int64, Int32) |
使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted>/em<>,或直到经过一定数量的实时。 (继承自 Object) |
| Wait(Int64) |
使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted>/em<>,或直到经过一定数量的实时。 (继承自 Object) |
显式接口实现
扩展方法
| 名称 | 说明 |
|---|---|
| GetJniTypeName(IJavaPeerable) |
获取实例 |
| JavaAs<TResult>(IJavaPeerable) |
尝试强制 |
| JavaCast<TResult>(IJavaObject) |
执行 Android 运行时检查的类型转换。 |
| JavaCast<TResult>(IJavaObject) | |
| TryJavaCast<TResult>(IJavaPeerable, TResult) |
尝试强制 |