System.Web.Services.Protocols.ServerProtocol Members

The members of System.Web.Services.Protocols.ServerProtocol are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Protected Properties

[read-only]
ContextSystem.Web.HttpContext.

Gets the System.Web.HttpContext object for the derived class.

[read-only]
RequestSystem.Web.HttpRequest.

Gets the System.Web.HttpRequest object for the derived class.

[read-only]
ResponseSystem.Web.HttpResponse.

Gets the System.Web.HttpResponse object for the derived class.

[read-only]
Targetobject.

Gets the service object that is invoked.

Protected 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.

GetFromCache(Type, Type) : object

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