6 references to UnsupportedRequestProtocol
System.Web.Services (6)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
209return new UnsupportedRequestProtocol(405);
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
94return new UnsupportedRequestProtocol(405);
System\Web\Services\Protocols\HttpGetServerProtocol.cs (1)
15return new UnsupportedRequestProtocol(405);
System\Web\Services\Protocols\HttpPostLocalhostServerProtocol.cs (1)
17return new UnsupportedRequestProtocol(405);
System\Web\Services\Protocols\HttpPostServerProtocol.cs (1)
15return new UnsupportedRequestProtocol(405);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
216return new UnsupportedRequestProtocol(405);