Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Create a SoapExtensionAttribute for a SOAP extension that can be applied to an XML Web service method.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    System.Web.Services.Protocols..::.SoapExtensionAttribute
      SharedCache.WinServiceCommon.Attributes..::.SharedCacheSoapExtensionAttribute

See Also