Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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. |