System.Web.Services.Protocols.PatternMatcher.Match Method

Searches a text input to deserialize an object representing a Web method return value.

Syntax

public object Match (string text)

Parameters

text
The text to search, which is the body of the HTTP response.

Returns

An object representing a Web method return value.

Remarks

The PatternMatcher.Match(string) method's return value is the Web method return value deserialized from the input text.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0