System.Runtime.Remoting.SoapServices.IsSoapActionValidForMethodBase Method

Determines if the specified SOAPAction is acceptable for a given System.Reflection.MethodBase.

Syntax

public static bool IsSoapActionValidForMethodBase (string soapAction, System.Reflection.MethodBase mb)

Parameters

soapAction
The SOAPAction to check against the given System.Reflection.MethodBase.
mb
The System.Reflection.MethodBase the specified SOAPAction is checked against.

Returns

true if the specified SOAPAction is acceptable for a given System.Reflection.MethodBase; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0