6 overrides of CreateIfRequestCompatible
System.Web.Services (6)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
203
protected override ServerProtocol
CreateIfRequestCompatible
(HttpRequest request) {
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
88
protected override ServerProtocol
CreateIfRequestCompatible
(HttpRequest request) {
System\Web\Services\Protocols\HttpGetServerProtocol.cs (1)
10
protected override ServerProtocol
CreateIfRequestCompatible
(HttpRequest request) {
System\Web\Services\Protocols\HttpPostLocalhostServerProtocol.cs (1)
12
protected override ServerProtocol
CreateIfRequestCompatible
(HttpRequest request) {
System\Web\Services\Protocols\HttpPostServerProtocol.cs (1)
10
protected override ServerProtocol
CreateIfRequestCompatible
(HttpRequest request) {
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
210
protected override ServerProtocol
CreateIfRequestCompatible
(HttpRequest request) {
1 reference to CreateIfRequestCompatible
System.Web.Services (1)
System\Web\Services\Protocols\ServerProtocol.cs (1)
307
serverProtocol =
CreateIfRequestCompatible
(request);