Click or drag to resize

UrlPattern Class

This class helps to identify URLs which must be resolved before the download of an HTTP(S) resource is possible.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchUrlPattern

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class UrlPattern

The UrlPattern type exposes the following members.

Constructors
  NameDescription
Public methodUrlPattern
Initializes a new instance of UrlPattern.
Top
Properties
  NameDescription
Public propertyHostPattern
A regular expression wich must match the host part of an URL, or null.
Public propertyPathPattern
A regular expression which must match the path part of an URL, or null.
Public propertyQueryPattern
A dictionary with regular expressions, which must match the query arguments of an URL, or null. The key in the dictionary is the name of a query argument. The value in the dictionary is the regular expression which must match the value of the corresponding query argument.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsMatch
Checks, whether the given URL is a match.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also