MimeTextBinding.Matches Property

 

Gets the collection of MIME text patterns for which the HTTP transmission is searched.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Matches : MimeTextMatchCollection with get

Property Value

Type: System.Web.Services.Description.MimeTextMatchCollection

A MimeTextMatchCollection representing the MIME text patterns to search for.

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/.

The following example demonstrates the use of the Matches property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: