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