Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / tools / tuner / Mono.Tuner / PreserveSoapHttpClients.cs
index c41862379c5a281ddaa3df8375472907b84e9d43..185bac96510019c80a80bfcc9ccd0964dfad3c5d 100644 (file)
@@ -84,7 +84,7 @@ namespace Mono.Tuner {
 
                static bool IsWebServiceClient (TypeDefinition type)
                {
-                       return type.Inherits ("System.Web.Services.Protocols.SoapHttpClientProtocol");
+                       return type.Inherits ("System.Web.Services.Protocols", "SoapHttpClientProtocol");
                }
        }
 }
\ No newline at end of file