RegexWorker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used internally at run time by BrowserCapabilitiesFactory and BrowserCapabilitiesCodeGenerator to parse request data and identify the browser.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class RegexWorker
public class RegexWorker
type RegexWorker = class
Public Class RegexWorker
- Inheritance
-
RegexWorker
Constructors
RegexWorker(HttpBrowserCapabilities) |
This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of RegexWorker. |
Properties
Item[String] |
This API supports the product infrastructure and is not intended to be used directly from your code. Accessor to this class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ProcessRegex(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Used internally at run time to determine whether the specified request-header value matches any of the capabilities of an internal collection of browsers. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |