5 types derived from ServerProtocol
System.Web.Services (5)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
223
internal sealed class DiscoveryServerProtocol :
ServerProtocol
{
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
100
internal sealed class DocumentationServerProtocol :
ServerProtocol
{
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
130
internal abstract class HttpServerProtocol :
ServerProtocol
{
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
226
public class SoapServerProtocol :
ServerProtocol
{
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (1)
162
internal class UnsupportedRequestProtocol :
ServerProtocol
{
22 references to ServerProtocol
System.Web.Services (22)
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\RemoteDebugger.cs (2)
63
internal static bool IsServerCallInEnabled(
ServerProtocol
protocol, out string stringBuffer) {
249
internal void NotifyServerCallEnter(
ServerProtocol
protocol, string stringBuffer) {
System\Web\Services\Protocols\ServerProtocol.cs (5)
187
result =
ServerProtocol
.DefaultCreateCustomKeyForAspNetWebServiceMetadataCache;
221
CreateCustomKeyForAspNetWebServiceMetadataCache createKey =
ServerProtocol
.GetCreateCustomKeyForAspNetWebServiceMetadataCacheDelegate(serverType);
304
internal
ServerProtocol
Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, out bool abortProcessing) {
305
ServerProtocol
serverProtocol = null;
329
protected abstract
ServerProtocol
CreateIfRequestCompatible(HttpRequest request);
System\Web\Services\Protocols\SoapServerProtocol.cs (3)
210
protected override
ServerProtocol
CreateIfRequestCompatible(HttpRequest request) {
938
System.Web.Services.Protocols.
ServerProtocol
.SetHttpResponseStatusCode(response,
948
System.Web.Services.Protocols.
ServerProtocol
.SetHttpResponseStatusCode(response,
System\Web\Services\Protocols\WebServiceHandler.cs (6)
31
ServerProtocol
protocol;
39
internal WebServiceHandler(
ServerProtocol
protocol) {
382
internal SyncSessionlessHandler(
ServerProtocol
protocol) : base(protocol) { }
399
internal SyncSessionHandler(
ServerProtocol
protocol) : base(protocol) { }
404
internal AsyncSessionlessHandler(
ServerProtocol
protocol) : base(protocol) { }
428
internal AsyncSessionHandler(
ServerProtocol
protocol) : base(protocol) { }
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (1)
93
ServerProtocol
protocol = null;