3 references to GetMethod
System.Web.Services (3)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
75SoapServerMethod method = ServerType.GetMethod(methodKey);
System\Web\Services\Protocols\Soap12ServerProtocol.cs (2)
55method = ServerType.GetMethod(action); 70method = ServerType.GetMethod(requestElement);