Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Define a SOAP Extension that traces the SOAP request and SOAP response for the XML Web service method the SOAP extension is applied to.

Namespace:  SharedCache.WinServiceCommon.Attributes
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public class SharedCacheSoapExtension : SoapExtension
Visual Basic (Declaration)
Public Class SharedCacheSoapExtension _
	Inherits SoapExtension
Visual C++
public ref class SharedCacheSoapExtension : public SoapExtension

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Attributes.SharedCacheSoapExtension"]

Inheritance Hierarchy

System..::.Object
  System.Web.Services.Protocols..::.SoapExtension
    SharedCache.WinServiceCommon.Attributes..::.SharedCacheSoapExtension

See Also