AuthScope.Match(AuthScope) 方法

定义

测试身份验证范围是否匹配。

[Android.Runtime.Register("match", "(Lorg/apache/http/auth/AuthScope;)I", "GetMatch_Lorg_apache_http_auth_AuthScope_Handler")]
public virtual int Match (Org.Apache.Http.Authentication.AuthScope? that);
[<Android.Runtime.Register("match", "(Lorg/apache/http/auth/AuthScope;)I", "GetMatch_Lorg_apache_http_auth_AuthScope_Handler")>]
abstract member Match : Org.Apache.Http.Authentication.AuthScope -> int
override this.Match : Org.Apache.Http.Authentication.AuthScope -> int

参数

that
AuthScope

返回

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于