3 references to SoapAction
mscorlib (3)
system\runtime\remoting\soap.cs (3)
395
RegisterSoapActionForMethodBase(mb, attr.
SoapAction
);
430
soapAction = attr.
SoapAction
;
450
if (String.CompareOrdinal(attr.
SoapAction
, soapAction) == 0)