AVEVA OMI Software Developer Kit



request url
Match(Request) Method
Return True if the Request matched the local schema. Ex: "local:\\Closing"
Syntax
'Declaration
 
Public Overloads Overrides Function Match( _
   ByVal request As EO.WebBrowser.Request _
) As Boolean
'Usage
 
Dim instance As LocalHandler
Dim request As EO.WebBrowser.Request
Dim value As Boolean
 
value = instance.Match(request)
public override bool Match( 
   EO.WebBrowser.Request request
)
public:
bool Match( 
   EO.WebBrowser.Request^ request
) override 

Parameters

request
request url
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also