System.Web.Services
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Object
For more information about specifying protocols for XML Web services, see [<topic://cpconbuildingaspnetwebservices>]. For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.
Represents a text pattern for which the HTTP transmission is searched. This class cannot be inherited.
Constructor
To be added
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added: an object of type 'int'
For more information, see the and properties.
Gets or sets a value indicating the zero-based index of a within a group.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("capture")
System.ComponentModel.DefaultValue(0)
Property
System.Int32
To be added: an object of type 'int'
The value of this property must be less than or equal to the value of the property, or the XML Web service will not compile correctly.
Gets or sets a value indicating the number of groups in which to place the results of the text search.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("group")
System.ComponentModel.DefaultValue(1)
Property
System.Boolean
To be added: an object of type 'bool'
To be added
Gets or sets a value indicating whether the search should disregard the case of the text to be searched.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("ignoreCase")
Property
System.Web.Services.Description.MimeTextMatchCollection
To be added: an object of type 'MimeTextMatchCollection'
To be added
Gets the collection of text pattern matches that have been found by the search.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlElement("match")
Property
System.String
To be added: an object of type 'string'
To be added
Gets or sets the name of the .
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("name")
Property
System.String
To be added: an object of type 'string'
The value of this property can contain wildcard characters.
Gets or sets the text pattern for the search.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("pattern")
Property
System.Int32
To be added: an object of type 'int'
In a case where more than one match is possible, a property value of 1 will return only the first match found. A value of will return all matches.
This property returns the same information as the property, but as a 32-bit signed integer rather than as a string.
Gets or sets a value indicating the number of times the search is to be performed.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlIgnore
Property
System.String
To be added: an object of type 'string'
This property returns the same information as the property, but as a string rather than as a 32-bit signed integer. A value of "*" corresponds to .
Gets or sets a value indicating the number of times the search is to be performed.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("repeats")
System.ComponentModel.DefaultValue("1")
Property
System.String
To be added: an object of type 'string'
This property returns an empty string ("") if its value has not been set.
Gets or sets a value indicating the MIME format of the text to be searched.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlAttribute("type")