System.ServiceModel 4.0.0.0 System.Object The class represents the results of calling the method. This class is not thread safe. A class that represents the results of a match operation on a instance. Constructor 4.0.0.0 Usually you do not directly instantiate this class, a instance is returned from the or method. The method returns a collection of as well. Initializes a new instance of the class. Property 4.0.0.0 System.Uri To be added. To be added. Gets and sets the base URI for the template match. Property 4.0.0.0 System.Collections.Specialized.NameValueCollection To be added. Each template variable name appears as a name in this collection, and the value bound to that variable is stored under the corresponding name. The values in this collection have had all escape sequences translated into actual characters. This name value collection uses a case insensitive search when matching variable names. Gets the BoundVariables collection for the template match. Property 4.0.0.0 System.Object To be added. When you add a to a you associate data with the template. This value is application specific; no particular semantics are associated with this value. When is called and a match is found the data associated with the matching template is returned in the property. Gets and sets the object associated with the instance. Property 4.0.0.0 System.Collections.Specialized.NameValueCollection To be added. All query string name/value pairs from the original URI appear in this collection, even if they are not explicitly specified in the template string that was matched. The values in this collection have been had all escape sequences translated into actual characters. Gets a collection of query string parameters and their values. Property 4.0.0.0 System.Collections.ObjectModel.Collection<System.String> To be added. This property contains a collection of the path segments from the candidate URI that matched the template along with path segments that matched a template wildcard. Path segments that matched a template wildcard are also contained in the property. Gets a collection of relative path segments. Property 4.0.0.0 System.Uri To be added. To be added. Gets and sets the matched URI. Property 4.0.0.0 System.UriTemplate To be added. This property contains the that the candidate URI matched. Gets and sets the instance associated with this instance. Property 4.0.0.0 System.Collections.ObjectModel.Collection<System.String> To be added. To be added. Gets a collection of path segments that are matched by a wildcard in the URI template.