SPHttpUserAgentAndMethodClassifier.MatchSettings enumeration

Specifies how an HTTP request must match the property values of a user agent and HTTP method request classifier in order for the classier to manage the throttling of the request.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration MatchSettings
'Usage
Dim instance As SPHttpUserAgentAndMethodClassifier.MatchSettings
[FlagsAttribute]
public enum MatchSettings

Members

Member name Description
UserAgentMatch The user agent of the request must exactly match a corresponding property of the classifier.
HttpMethodMatch The HTTP method of the request, for example, POST, must match.
UserAgentStartWith The user agent of the request must start with the value of a corresponding property of the classifier.

See also

Reference

Microsoft.SharePoint.Utilities namespace