ServerProtocol Class

Definition

The .NET Framework uses classes that are derived from the ServerProtocol class to process XML Web service requests.

public ref class ServerProtocol abstract
public abstract class ServerProtocol
type ServerProtocol = class
Public MustInherit Class ServerProtocol
Inheritance
ServerProtocol
Derived

Constructors

ServerProtocol()

The constructor for ServerProtocol.

Properties

Context

Gets the HttpContext object for the derived class.

Request

Gets the HttpRequest object for the derived class.

Response

Gets the HttpResponse object for the derived class.

Target

Gets the service object that is invoked.

Methods

AddToCache(Type, Type, Object)

Stores a Object in the cache using a key that is created from the specified protocol type and server type.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetFromCache(Type, Type)

Retrieves the Object that is stored in the cache using the key that was created from the specified protocol type and server type.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to