MimeTextMatch Members

Represents a text pattern for which the HTTP transmission is searched. This class cannot be inherited.

The following tables list the members exposed by the MimeTextMatch type.

  Name Description
Public property Capture Gets or sets a value indicating the zero-based index of a MimeTextMatch within a group.
Public property Group Gets or sets a value indicating the number of groups in which to place the results of the text search.
Public property IgnoreCase Gets or sets a value indicating whether the search should disregard the case of the text to be searched.
Public property Matches Gets the collection of text pattern matches that have been found by the search.
Public property Name Gets or sets the name of the MimeTextMatch.
Public property Pattern Gets or sets the text pattern for the search.
Public property Repeats Gets or sets a value indicating the number of times the search is to be performed.
Public property RepeatsString Gets or sets a value indicating the number of times the search is to be performed.
Public property Type Gets or sets a value indicating the MIME format of the text to be searched.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: