Share via


SoapHelper.Matches Method

Determines whether the specified SOAP protocol versions match.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim soapVersion1 As SoapProtocolVersion
Dim soapVersion2 As SoapProtocolVersion
Dim returnValue As Boolean
returnValue = SoapHelper.Matches(soapVersion1, soapVersion2)

Syntax

'Declaration
Public Shared Function Matches( _
    ByVal soapVersion1 As SoapProtocolVersion, _
    ByVal soapVersion2 As SoapProtocolVersion _
) As Boolean
public static bool Matches(
    SoapProtocolVersion soapVersion1, 
    SoapProtocolVersion soapVersion2
);
public:
static bool Matches(
    SoapProtocolVersion^ soapVersion1,
    SoapProtocolVersion^ soapVersion2
);
public static boolean Matches(
    SoapProtocolVersion soapVersion1, 
    SoapProtocolVersion soapVersion2
);
public static function Matches(
     soapVersion1 : SoapProtocolVersion, 
     soapVersion2 : SoapProtocolVersion
) : Boolean;

Parameters

  • soapVersion1
    The SOAP protocol version to match.
  • soapVersion2
    The SOAP protocol version to match.

Return Value

true if the SOAP protocol versions match; otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SoapHelper Class
SoapHelper Members
Microsoft.Web.Services3 Namespace