SPHttpUserAgentAndMethodClassifier.MatchSetting 属性

获取一个值,指定该请求必须以何种方式匹配的SPHttpUserAgentAndMethodClassifier对象。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property MatchSetting As SPHttpUserAgentAndMethodClassifier.MatchSettings
    Get
用法
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim value As SPHttpUserAgentAndMethodClassifier.MatchSettings

value = instance.MatchSetting
public SPHttpUserAgentAndMethodClassifier.MatchSettings MatchSetting { get; }

属性值

类型:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.MatchSettings
一组标志,它们指定请求和SPHttpUserAgentAndMethodClassifier的对象必须匹配。

备注

该属性可要求以下内容作为匹配的条件的任意组合:

  • 请求的用户代理必须能与UserAgent属性的值。

  • 请求的用户代理必须开始使用UserAgent属性的值。

  • 在请求的 HTTP 方法必须与HttpMethod属性的值相同。

另请参阅

引用

SPHttpUserAgentAndMethodClassifier 类

SPHttpUserAgentAndMethodClassifier 成员

Microsoft.SharePoint.Utilities 命名空间