June 2002
Intermediate to advanced
816 pages
28h 12m
English
MimeTextMatch
This class represents a text pattern that will be searched for in the HTTP transmission. Type
specifies the MIME type of the message, Pattern specifies the pattern,
and Repeats sets the number of times the search will be performed (the default is 1, but you can
specify System.Int32.MaxValue to get all matches.)
Public NotInheritable Class MimeTextMatch ' Public Constructors Public Sub New() ' Public Instance Properties Public Property Capture As Integer Public Property Group As Integer Public Property IgnoreCase As Boolean Public ReadOnly Property Matches As MimeTextMatchCollection Public Property Name As String Public Property Pattern As String Public Property Repeats As Integer Public Property RepeatsString As String Public Property Type As String End Class
Read now
Unlock full access